I executed an existing working J-Link script which sends numeric values (e.g. 0) for the key of "si".
That led to errors such as the one below.
NODE-JLINK: STDOUT: ERROR while parsing value for -if.
Syntax: Unknown interface entered: 0
I executed jlinkexe at the command line to view its help.---- Configuration ---
si Select target interface. Syntax: si <Interface>,
where <Interface> can be any supported target interface (e.g SWD, JTAG, ICSP, FINE, ...
The blurb above seems to suggest that I should be sending alphanumeric codes such as SWD. I tried using alphanumeric codes and now I am receiving a new error as I expected.
Have the codes associated with the key of "si" changed?
Thank you