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 agoCouldn't you just achieve the same thing by:
char *table1 = 0x4B001000;
char *table2 = 0x4CD01000;
Jake