-
Notifications
You must be signed in to change notification settings - Fork 147
PR proposal to add jlink.resume() operation #265
Copy link
Copy link
Open
Description
PR proposal
I noticed that pylink API exposes halt and halted but doesn't offer a direct way to resume the target (command named Go in JLink commander does that).
If one makes a call for a Halt and then calls for reset, the target will run again (provided that reset does its job), but that will wipe any modifications to volatile memory that user did before which might not be desired.
To address the above, I propose to add a new jlink API method and name it Resume (I'm open to alternative names for it),
It should utilize already used DLL call to JLINKARM_Go, which effectively resumes the target (takes it out of the Halted state) and allows it to run again.
BR,
Michael
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels