Forum Discussion
Altera_Forum
Honored Contributor
19 years agoReset Address points to volatile memory
Hello Folks, In SOPC builder I have a warning which says "Reset address points to volatile memory; undefined execution of code may occur upon reset". This refers to the SDRAM I added. I wanted t...
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by mumford@Apr 1 2007, 10:47 PM i get this warning in my designs also. i think it can be ignored as when the nios ii ide runs it loads a program into sdram and then runs from there. i think the warning is simply to state that if the sdram has not been loaded with a program when the cpu starts execution at the start address in the sdram there will be no valid instructions to execute.
peter
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=22717)
--- quote end ---
--- Quote End --- Ok, thanks for the reply.