Altera_Forum
Honored Contributor
19 years agoPlacing variables in memory
Hi,
I'm developing an application with CyclloneII and I have the issue below: is there a way to place a variable at particular address in memory, something like the "_AT_" flag of some micros? Example: alt_u8 DummyByte ...something here.... 0x0080000: Note that i want to put the variable in some fixed location, not in some section like .text,.rodata et., or provided the allocation in a section, I want the freedom to choose the address within that memory. Thanks in Advance Emme