I have a Jlinkscript:
Display All
When adding this to jlink via the commands line:
jlink will often crash back to the terminal when I enter the "connect" command which triggers InitTarget to be run. I also checked this with ResetTarget and it also crashed.
Depending on the data specified in pDataOut, jlink may succeed in executing the command but when I check the data with a logic analyser, it does not match the pDataOut array.
What is the proper usage of this function? It would be good if there was any example code for this function in the docs.
C Source Code
When adding this to jlink via the commands line:
jlink will often crash back to the terminal when I enter the "connect" command which triggers InitTarget to be run. I also checked this with ResetTarget and it also crashed.
Depending on the data specified in pDataOut, jlink may succeed in executing the command but when I check the data with a logic analyser, it does not match the pDataOut array.
What is the proper usage of this function? It would be good if there was any example code for this function in the docs.