I have Integrated GHS Compiler into S32 Design Studio for ARM Version: 2018.R1.My board is NXP S32K144EVB-Q100, My program can be build sucessful.I want to download my program into my board in the S32 Design Studio for ARM Version: 2018.R1,but there are errors:
1. In Linker_Files folder,which should be choose?S32K1xx_flash.ld or S32K1xx_ram.ld ?
2.My program can not Debug?
3.My program can not RUN ?
4.My board connection is below:
Hi,
choosing of linker script file depends if you like to run your program from Flash or from RAM memory. You can specify linker file in project properties:
The "gdb --version" error message is mostly caused by incorrect debug session - please make sure that you pick PE Micro debug in debug configurations:
Hope it helps.
Jiri