I want to download my program into my board in the S32 Design Studio for ARM Version: 2018.R1,but I can not Debug and Run with my board of NXP S32K144EVB-Q100?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

I want to download my program into my board in the S32 Design Studio for ARM Version: 2018.R1,but I can not Debug and Run with my board of NXP S32K144EVB-Q100?

546 Views
3131734215
Contributor II

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  ?

    pastedImage_5.png

2.My program can not Debug?

pastedImage_9.png

3.My program can not RUN ?

pastedImage_2.png

4.My board connection is below:

   pastedImage_3.png

pastedImage_4.png

Labels (1)
Tags (3)
0 Kudos
1 Reply

471 Views
jiri_kral
NXP Employee
NXP Employee

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: 

pastedImage_1.png

The "gdb --version" error message is mostly caused by incorrect debug session - please make sure that you pick PE Micro debug in debug configurations: 

pastedImage_2.png

Hope it helps. 

Jiri 

0 Kudos