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 ago --- Quote Start --- I 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 --- Quote End --- Yes I disabled it. I did so, an you see the result in attachment... it stops, but not at the bp. Strange!? What is ALTERA_AVALON_EPCS_FLASH_CONTROLLER_INSTANCE? I've never read it.