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 using PyOCD v0.36.0 on Linux Ubuntu 22.04 with GigaDevice GD32F330RB and NXP based DAPLink CMSIS-DAP probe.
I'm running into a wired problem where I can't halt the target using PyOCD, I can do it though using openocd (and semi standard configuration files) but not through PyOCD.
Essentially, my current working workflow is to reset halt the target using OpenOCD and at that stage I can flash it using PyOCD (and can use the commander any way I like), once the target is released from it's halt state (through commander reset command for example), I can't halt that target again.
I have tried reset halt (with all available options) and that doesn't work. (Error message saying that it failed to discover the Core)
The only way I can recover this target again is through OpenOCD by reset halting it there.
What's the best way that I can easily reset halt this target using PyOCD? Thanks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm using PyOCD v0.36.0 on Linux Ubuntu 22.04 with GigaDevice GD32F330RB and NXP based DAPLink CMSIS-DAP probe.
I'm running into a wired problem where I can't halt the target using PyOCD, I can do it though using openocd (and semi standard configuration files) but not through PyOCD.
Essentially, my current working workflow is to reset halt the target using OpenOCD and at that stage I can flash it using PyOCD (and can use the commander any way I like), once the target is released from it's halt state (through commander reset command for example), I can't halt that target again.
I have tried reset halt (with all available options) and that doesn't work. (Error message saying that it failed to discover the Core)
The only way I can recover this target again is through OpenOCD by reset halting it there.
What's the best way that I can easily reset halt this target using PyOCD? Thanks
Beta Was this translation helpful? Give feedback.
All reactions