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 agoI thought I could use something like you suggest, but I get a "conflicting types" error:
char table_1[] = {0x11, 0x22, 0x33}; char *table_1 = 0x4B001000; >.....error: conflicting types for 'table_1'