blackmagic-debug / blackmagic

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

samd: regression in `monitor swdp_scan` #1844

Closed maksimdrachov closed 1 week ago

maksimdrachov commented 1 week ago

I'm using a samc21g, support for which has been introduced in this pull request.

It works when I flash that particular commit, however it fails to recognize the MCU when I'm using v1.10.2.

Not recognizing:

image

Recognizing:

Screenshot 2024-06-17 at 16 35 48
dragonmux commented 1 week ago

Please give latest main a try. It's entirely likely that the bug's already been fixed pending the v2.0 release.

maksimdrachov commented 1 week ago

Hi,

I've re-tried with the latest commit aa67538 and it looks like you're right.

Thanks.

image