I am trying to NOLOAD a section using the mwld56800e.exe linker.
# This links. (but zero initializes the variables.
.ProgramWriteable :
{
* (.NODE_ID_SECTION)
. = ALIGN(0x000100); # NODE_ID was specified as length 0x100 in previous application???
* (.IDENTITY_SECTION)
* (.BOOT_DATA_SECTION)
} > FLASH_LAST_SECTOR
# This will give me a syntax error?
.ProgramWriteable (NOLOAD) :
The only documentation I could find doesn't list a NOLOAD or type=NOLOAD, or any other way to not load a section?
Hi,
Can you tell us the tools and part number you are using?
BTW, the words is "NODE_ID_SECTION" instead of "NOLOAD".
BR
XiangJun Rong