pyOCD icon indicating copy to clipboard operation
pyOCD copied to clipboard

Fix For CMSIS Dap Bulk SWO

Open jonathanherbstgrapple opened this issue 1 year ago • 1 comments

This is how I was able to fix the issue I created https://github.com/pyocd/pyOCD/issues/1754. Not sure if there are larger issues at play here.

jonathanherbstgrapple avatar Jan 15 '25 02:01 jonathanherbstgrapple

Hi, thank you for the contribution.

I see that the rx_task also sets _swo_thread_did_exit to true. I’m not sure if that’s the intended behaviour of if those two should be using a different *_thread_did_exit.

ithinuel avatar Feb 19 '25 21:02 ithinuel

Hi, thank you for the contribution.

I see that the rx_task also sets _swo_thread_did_exit to true. I’m not sure if that’s the intended behaviour of if those two should be using a different *_thread_did_exit.

I think this was not intended when this code was written and my pull request fixes that.

crypto-lars avatar Oct 10 '25 10:10 crypto-lars

Hi @jonathanherbstgrapple, thank you for your contribution. I am closing this PR as it has been superseded by #1824. If the issue persists, please open a new issue or PR.

TeoMahnic avatar Oct 20 '25 10:10 TeoMahnic