Forum Discussion
Altera_Forum
Honored Contributor
8 years agoYes, i had to solve it because it was my senior project.
The problem was when you compile the Quartus project and generate header file (HPS_0.h) i found out that it has some problems in the memory addresses of some of the components(some of the component has wider address space than the references design) therefore, instead of using the generated one, i modified the original HPS_0.h from the reference design(comes with the c++ program that you download from the website). i just copied the ADC component from the generated to the original and everything worked together just fine. you do not need to change the dtb. However, the rbf should be changed with the generated from the compilation. if you need more help contact me.