pythonarmsegger-jlink

How to resume halted core to work with pylink


I am using the pylink library for accessing JLINK.

How can I from pylink run the processor when it halted (similar to the vscode debugger continue command).

I know that there is reset command in pylink but this will make my core to start from its entry point according to the docs instead of resuming from current halted point.


Solution

  • The pylink restart command is what needed here; indeed it is not very clear in the docs.