Forum Discussion
Altera_Forum
Honored Contributor
14 years agoHow to use an EPCS Flash
Hallo together, I'm actually trying to save data from NIOS II into an EPCS64 device. My system contains an EPCS controller. But now the confusion is complete, there are so many files for usin...
Altera_Forum
Honored Contributor
14 years agoI suppose that at least it breaks at all other timer init... Anyway you can place also a breakpoint at jtag uart init and see if it stops also there.
Just a hint: I see a watchdog, did you disabled it when you debug your device? Because if for example you reset your device if it not refreshed correctly, probably your debugging is fake. Anyway initialization of device is required. As a last option, you could call ALTERA_AVALON_EPCS_FLASH_CONTROLLER_INSTANCE and ALTERA_AVALON_EPCS_FLASH_CONTROLLER_INIT within your main()... :cry: Ciao