S32K3X4EVB-Q257 evaluation boards question

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

S32K3X4EVB-Q257 evaluation boards question

1,828 Views
MK_Hong
Contributor I

Hi,

I want to proceed with software development with S32K3X4EVB-Q257 board.
I'm checking the debugger and compiler for building a development environment.
Document "S32K3X4EVB-Q257 Rev. A - Customer EVB Hardware User Manual"  states that you can debug with "On-board S32K3 Debug Interface".
If so, I would like to inquire if debugging is possible with S32 Design Studio IDE + "On-board S32K3 Debug Interface" without a separate debugger.

In addition, is it possible to debug with J-link or U-MultiLink?

Tags (1)
0 Kudos
Reply
3 Replies

1,774 Views
Senlent
NXP TechSupport
NXP TechSupport

Hi@MK_Hong

A1. you can use :S32 Design Studio for S32 Platform 3.4 + On-board S32K3 Debug Interface.

A2. U-MultiLink -> yes.  j-link -> in progress.

BR!

     Jim,

0 Kudos
Reply

853 Views
Nomados
Contributor I

I have the same board, and just started playing with it. I use Linux btw.

There is a problem with onboard interface, debugging session fails

PEmicro GDB Launch Failure : Unable to auto-detect debug hardware. Please specify on the command-line. If running from Eclipse, check the launch Debug Configuration settings. Halting.

 

lsusb shows ID 1357:0503 P&E Microcomputer Systems USB-ML-12 HCS08/HCS12 Multilink

is it compatible with PEMicro GDB debug configuration?

Thanks

0 Kudos
Reply

842 Views
Nomados
Contributor I
Answering to my own question:
it does not work for Ubuntu 20.04 due to the fact that necessary library libusb was not installed.
sudo apt-get install libusb-0.1-4
helped.
0 Kudos
Reply