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?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

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?

562 次查看
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

标签 (1)
标记 (3)
0 项奖励
1 回复

487 次查看
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 项奖励