I want to put a Constant into absolute flash address, I use #Pragam CODE_SECTION, but it is not work, I means the Constant is not set in to what I want, for example:
#Pragam CODE_SECTION(Mydata,"Mysection")
Const Char Mydata[];
Mysection is defined in the Link file: Mysection : origin=0x2600, length=0x10
the project can be built without error, but the Mydata is not located at 0x2600.
thanks lot