Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- Look to the sources of epcs controller... I has the same problem too - i solve it when i find in epcs_controller.v file string where i saw the switch - it menas if you set address where bit 8 is 1 - you can access to epcs chip if bit 8 is 0 you can read only boot rom onchip memory. If you want to get more details let me know. I can send to you my sources for epcs --- Quote End --- Hello! I have the same problem too. When i use epcs_commands.c ,i found the program stop in do/while loop. I scanned the sources of epcs_controller.v(My file name is NIOS_CPU_NIOS_EPCS.v). But I am not know how to modify to solve the problem. Could you help me how to solve this problem? Thank you!