Locating data in a specific ROM section Posted by SyUm75 on 2015-04-27 11:52 Hi Bernard, many thanks !! I could position my const data at expected address creating a dedicated memory space in linker script. (e.g: ROM_Data (r) : ORIGIN = 0x8050000, LENGTH = 256K ) Thanks for your help, Regards, Sylvain