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?
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
Solved! Go to Solution.
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
Hello Jiri,
Thank you so much for your answer. It's working now.
Best regards,
James
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