I'm compiling my /src_app folder to Flash2 section in the flash.
What I did is
Added following flash sections:
* MFlash32 | Flash | 0x0 | size=0x1ffc
* Flash_00 | Flash2 | 0x1ffc | size=0x4
* Flash_01 | Flash3 | 0x2000 | size=0x5ffc
* Flash_02 | Flash4 | 0x7ffc | size=0x4
* RamLoc8 | RAM | 0x10000000 | size=0x2000
Added "Extra Managed Linker Script input sections:
* Input section description | Region | Section Type
* */src_app/*.o (.text .text*) | Flash2 | .text
But the linker file comes up with two errors.
Description Resource Path Location Type
no viable alternative at input '/' LPC11A14_bootloader_Debug.ld /LPC11A14_bootloader/Debug line: 38 /LPC11A14_bootloader/Debug/LPC11A14_bootloader_Debug.ld GNU Linker Script Problem
no viable alternative at input '*' LPC11A14_bootloader_Debug.ld /LPC11A14_bootloader/Debug line: 38 /LPC11A14_bootloader/Debug/LPC11A14_bootloader_Debug.ld GNU Linker Script Problem
GCC can handle it, but MCUXpresso makes the errors.
So what should I do?
Best regards
Jesper