Locating data in a specific ROM section
Hi,
have you tryeid to use the _attribute_ keyword?
int my_data _attribute_ ((section (“ROM_Data”)));
For more info look at this web page: https://gcc.gnu.org/onlinedocs/gcc-4.4.6/gcc/Variable-Attributes.html
Regards,
Stefano