Forum Discussion
Altera_Forum
Honored Contributor
16 years agoEven if you specify to the compiler and linker that these tables reside in location corresponding to the flash, they're not going to automatically be programmed there for you. The best you could hope for is that the resulting ".flash" S-record file produced by the NIOS II tools would have this data in it.
Program the flash locations separately. Then in your program, simply specify the address of the tables so that you can read them. Jake