[S32DS 3.4] S32K344 debugger connection error with J-Link debugger

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

[S32DS 3.4] S32K344 debugger connection error with J-Link debugger

Jump to solution
2,438 Views
james-lee
NXP Employee
NXP Employee

Hello team,

 

I've created a simple S32K344 example code with J-Link debugger in the S32DS 3.4, and the error below occurred when I built it and tried to download it. Could you please what's wrong?

jameslee_1-1663580257796.png

 

Here are the error message in the console window.

Strict limitation error. Please check for correct device name and settings.SEGGER J-Link GDB Server V6.42a Command Line Version

JLinkARM.dll V6.42a (DLL compiled Feb 1 2019 18:00:08)

Command line: -if swd -device S32K344 -endian little -speed 1000 -port 2331 -swoport 2332 -telnetport 2333 -vd -ir -localhostonly 1 -singlerun -strict -timeout 0 -nogui
-----GDB Server start settings-----
GDBInit file: none
GDB Server Listening port: 2331
SWO raw output listening port: 2332
Terminal I/O port: 2333
Accept remote connection: localhost only
Generate logfile: off
Verify download: on
Init regs on start: on
Silent mode: off
Single run mode: on
Target connection timeout: 0 ms
------J-Link related settings------
J-Link Host interface: USB
J-Link script: none
J-Link settings file: none
------Target related settings------
Target device: S32K344
Target interface: SWD
Target interface speed: 1000kHz
Target endian: little

Connecting to J-Link...
J-Link is connected.
Failed to set device (S32K344). Unknown device selected?ERROR : Failed to set device.

GDBServer will be closed...
Shutting down...

 

Best regards,

James

0 Kudos
Reply
1 Solution
2,435 Views
jiri_kral
NXP Employee
NXP Employee

Hi James, 

the j-link drivers/gdb server v6.42 is quite old. Please install latest version ( v7.80). You can download installer here - https://www.segger.com/downloads/jlink 

 

During installation will install wizard ask if you like to update also S32DS with latest segger drivers. 

 

Jiri 

View solution in original post

2 Replies
2,424 Views
james-lee
NXP Employee
NXP Employee

Hello Jiri,

 

Thank you so much for your answer. It's working now.

 

Best regards,

James

0 Kudos
Reply
2,436 Views
jiri_kral
NXP Employee
NXP Employee

Hi James, 

the j-link drivers/gdb server v6.42 is quite old. Please install latest version ( v7.80). You can download installer here - https://www.segger.com/downloads/jlink 

 

During installation will install wizard ask if you like to update also S32DS with latest segger drivers. 

 

Jiri