Execution of a program on S32DS v3.4

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

Execution of a program on S32DS v3.4

284 Views
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

 

Tags (3)
0 Kudos
Reply
1 Reply

229 Views
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 Kudos
Reply