Forum Discussion
Altera_Forum
Honored Contributor
21 years ago --- Quote Start --- originally posted by liangyi+dec 28 2004, 09:38 am--><div class='quotetop'>quote (liangyi @ dec 28 2004, 09:38 am)</div>
--- quote start ---
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.[/b]
--- quote end ---
hello liangyi,
the following is taken from the data sheet of the microtronix cyclone development kit:
<!--quotebegin-microtronix 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". --- Quote End --- In my design the Reset Address is pointing to “ext_flash†and Exception Address is pointing to “sdramâ€. The base of ext_flash is 0x0 and is locked. Did you locked the base address? Bye, niosIIuser