Forum Discussion
Altera_Forum
Honored Contributor
16 years agoHow to create and store data table in Flash
I want to create a few tables of data and store the tables and specific locations in off-chip Flash memory. The Linker would easily allow me to do this, but I am porting legacy code from long ago and...
Altera_Forum
Honored Contributor
16 years agoMaybe it is simply not possible to do what I want to do in the way I was hoping.
What is the "usual" way to assign memory addresses to data tables stored in flash? Is the Linker the "normal" way to do this? What I am ultimately after is to have one .c (or .h, or whatever) file that I can convert into on .hex file (or .srec, or whatever) that can then be programmed into a Flash device. I would like to assign specific address locations to specific constants in doing this. Is the Linker the only way to do this? Thanks for your help!