Execution of a program on S32DS v3.4

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Execution of a program on S32DS v3.4

282件の閲覧回数
kolyanimohanto
Contributor II

Hello!

I have some doubts regarding the execution of a code on S32DS v3.4.

Currently I am using S32K3X4EVB T-172 Evaluation Board. I'll list down my queries:

 

1. After the project build, I always have to do the settings of debug configurations for using GDB PEMicro Debugger. Otherwise, if I directly choose the option "debug" then it selects the .elf file from default setup highlighted below:

Is there any option to make the PEMicro debugger as default choice?

kolyanimohanto_0-1723790846657.png

 

2. How can I run the program without selecting the debug option? My "run as" window looks like this - 

kolyanimohanto_1-1723791107411.png

If I select run, this message appears - 

kolyanimohanto_2-1723791167176.png

 

3. I tried to implement CAN communication between NXP Board and CAN tool. I can see the output on CAN tool, but how can I see any message/ data transmission on debugger tool?

 

Please reply to each one of the doubts.

Thank you

 

タグ(3)
0 件の賞賛
返信
1 返信

227件の閲覧回数
Senlent
NXP TechSupport
NXP TechSupport

Hi@kolyanimohanto

1.In fact, after you configure GDB PEMicro Interface Debugging for the first time, the next time you just need to click the "bug" icon on the picture to enter the debugging

Senlent_0-1724034940769.png

 

2.It is not convenient to observe the CAN Frame through the debugging interface.

You need to observe these frames through the "Expression" window or through the register

window.

 

0 件の賞賛
返信