Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why does an error occur when executing perform_software_poi? #211

Open
SuperLady5 opened this issue Sep 25, 2024 · 1 comment
Open

Why does an error occur when executing perform_software_poi? #211

SuperLady5 opened this issue Sep 25, 2024 · 1 comment

Comments

@SuperLady5
Copy link

python version 3.11
jlink version 7.66
pylink version 1.3.0

When my jlink burner version is V11, I get an error (pylink.errors.JLinkWriteException: Unspecified error.) when I execute perform_software_poi;
image

When my jlink burner version is V9, there will be no error when executing perform_software_poi

here is the perform_software_poi code
image

@hkpeprah
Copy link
Contributor

hkpeprah commented Sep 25, 2024

I'm not sure what that function is doing, but in order to write to device RAM, you must connect to the target, and halt it. If you enable logging, it should give you more details, such as saying Cannot write to memory while target is running:

import logging

logging.basicConfig(level=logging.DEBUG)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants