Debugger Queries for S32K3X4

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

Debugger Queries for S32K3X4

Jump to solution
1,785 Views
ishoboiM
Contributor III

Hello, need to know that in the Emulators, probes section in the design resources section (attached photo below)

1. Whether the 5 products there have any feature comparison documents

2. As our main requirement need do the following, Can you let us know if

a. There is a Real time display of variable values in watch window.

b. We can modify variable values from the watch window.

c. We can export the data from a watch window to a csv/text/xlsx etc file

 

3. We want to pair it with S32K3xx device (specifically S32K344) and run our project

 

 
Tags (2)
0 Kudos
Reply
1 Solution
1,745 Views
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @ishoboiM,

1. There are no feature comparison documents, but you can look over at their respective pages to find some key differences:

Along with recommendations from our website below you could also take a look on third party providers’ website:

2.a. Yes. This is driver and debugger dependent, so I will use PEMicro as an example for the follow-up questions. You can use Real Time Variable from PEMicro, for example: Solved: How do I enable Live View for variables when debugging? - NXP Community.

You can also use something like FreeMaster for real time control: Solved: How to use FreeMaster and S32? - NXP Community.

2.b. See answer 2.a.

2.c. Yes. I believe SWO over PEMicro supports data export: Single Wire Output (SWO) support within S32 Design Studio, enabled by PEmicro's GDB Server - NXP Com....

3. This is fine. You can ask PEMicro (or whichever debugger solution you choose) themselves in their support page: PEMicro | Support.

Best regards,
Julián 

View solution in original post

2 Replies
1,746 Views
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @ishoboiM,

1. There are no feature comparison documents, but you can look over at their respective pages to find some key differences:

Along with recommendations from our website below you could also take a look on third party providers’ website:

2.a. Yes. This is driver and debugger dependent, so I will use PEMicro as an example for the follow-up questions. You can use Real Time Variable from PEMicro, for example: Solved: How do I enable Live View for variables when debugging? - NXP Community.

You can also use something like FreeMaster for real time control: Solved: How to use FreeMaster and S32? - NXP Community.

2.b. See answer 2.a.

2.c. Yes. I believe SWO over PEMicro supports data export: Single Wire Output (SWO) support within S32 Design Studio, enabled by PEmicro's GDB Server - NXP Com....

3. This is fine. You can ask PEMicro (or whichever debugger solution you choose) themselves in their support page: PEMicro | Support.

Best regards,
Julián 

1,499 Views
ishoboiM
Contributor III
Thank you !