pylink icon indicating copy to clipboard operation
pylink copied to clipboard

How can I handle jlink scriptfile with pylink?

Open LKDbigpig214 opened this issue 3 years ago • 1 comments

My Jlink command: jlink -jlnikscriptfile my.jlinkscript

How can I implement it with pylink?

LKDbigpig214 avatar Aug 31 '22 07:08 LKDbigpig214

You can't. You have to translate your commands to the appropriate Python calls.

hkpeprah avatar Aug 31 '22 13:08 hkpeprah

I think you mix up J-Link sommand files (containing commands) with script files (containing custom action definitions in a c-style syntax). See: https://wiki.segger.com/J-Link_Commander#Using_J-Link_Command_Files

lrademacher avatar Aug 23 '23 09:08 lrademacher