You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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;
When my jlink burner version is V9, there will be no error when executing perform_software_poi
here is the perform_software_poi code
The text was updated successfully, but these errors were encountered: