Part Number: CC2642R
Tool/software: TI C/C++ Compiler
HI Team,
My requirement is to place a set of variables at specific absolute address location for boot loader header creation purpose.
For that I have used the below instruction:
__root const unsigned char productcode[16] __attribute__((section(".ARM.__at_0x00005fd6"))); with this i am getting following liker Internal error.
Internal Error: [CoreUtil/General]: Failed to place absolute section <Section .ARM.__at_0x00005fd6 (bootloader.o #9)> at its designated address (0x5fd6).
For that i want to do any changes in liker file (.icf ) or any changes IAR Workspace settings.
Could any body give me clarity on this issue, it is very urgent for me.
Regards,
Srinivas.V