Skip to content

PR proposal to add jlink.resume() operation #265

@TheColector

Description

@TheColector

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions