Hi,
I'd like to understand the Flash>RAM linking process more thoroughly and there is something which is not clear in the linker command file. I can't find the initialization and the definition of the following variables:
extern Uint16 RamfuncsLoadStart, RamfuncsLoadEnd, RamfuncsRunStart;
In the linker command file I only found the following:
// Used for running BackGround in flash and the ISR in RAMLOAD_START(_RamfuncsLoadStart),
LOAD_END(_RamfuncsLoadEnd),
RUN_START(_RamfuncsRunStart),
Any help would be welcome. Thank you.