Altera_Forum
Honored Contributor
21 years agoThe question about Configuration device.
The Altera NiosII Dev.Board uses the EPM7128 as the configuration download device, but Microtronix Cyclone Dev.Board has not. So I want to know how the NiosII runs the code stored in the flash on Microtronix Board.
In addition, when I make a nios2 system(nios2+uart+timer+sdram+flash+Opencores 10/100 Ethernet MAC), it is always warning "cpu: The reset address point to volatile memory. Execution of undefined code may occur upon reset.". I don't know what's wrong, but I have set the "Reset Address as flash" and "Exception Address as sdram". Then I edit my nios2 with getting rid of the jtag_debug_module, and add the legacy component "On Chip Memory", set it as Rom with Germs Monitor, and also re-edit the reset address with On Chip Memory. Finally, no warning appears. I don't know what's wrong, can someone tell me? Thank you.