SPRUI03F June 2015 – August 2025
As shown in Example8-1 , the .bss and .sysmem sections are allocated at the lower addresses of RAM (0x0200 - 0x0590) and the .stack section is allocated at address 0x08c0, even though lower addresses are available.
Without using the HIGH specifier, the linker allocation would result in the code shown in Example8-2
The HIGH specifier is ignored if it is used with specific address binding or automatic section splitting (>> operator).