pyOCD icon indicating copy to clipboard operation
pyOCD copied to clipboard

Session Option is invalid when using reset/flash command

Open windowsair opened this issue 5 months ago • 0 comments

It looks like session option is invalid when using reset/flash command:

pyocd reset -Ocmsis_dap.prefer_v1=1

When using these command, session seems not create, and fallback to use default option, that is cmsis.prefer_v1=False .

If we use the list command, the session option behaves correctly:

pyocd list  -Ocmsis_dap.prefer_v1=1

windowsair avatar Jul 20 '25 02:07 windowsair