Forum : ARM
Original Post
Post Information | Post |
---|---|
October 15, 2007 - 3:20pm
|
I would like to able to set data or code constants at specifics addresses. Guess that it is in the linker process that addresses are being set. Ex: .0x20000000 : /* address . = ALIGN(4); *(.data) _especial_area=.; }>RAM Am I right or wrong? |
Hi Stephane,
here is what I recommend for the linker script :
regards,
Lionel