blackmagic-debug / blackmagic

In application debugger for ARM Cortex microcontrollers.
GNU General Public License v3.0
3.3k stars 775 forks source link

ARM:Add Jtag to Dormant sequence in case the target has both jtag and swd #1959

Closed mean00 closed 1 month ago

mean00 commented 1 month ago

Detailed description

For what i could see, it still works with RP2040 and older Arm chips i have (STM32F1/GD32F3) Tested on a chip with both Jtag & SWD/Default jtag + Debug Protocol v3, it works with the change, doesnt without

NB: Not completely sure the 8 trailer '1' bits are really needed, it works fine with, was there in the demo code

Your checklist for this pull request

Closing issues

mean00 commented 1 month ago

I think i fixed all the comments & rebased against main.

Thank you.