essele / pico_debug

A fast flasher/debugger for RP2040 based devices (runs on Raspberry Pi Pico)
MIT License
67 stars 9 forks source link

Bad status #7

Open UweBonnes opened 10 months ago

UweBonnes commented 10 months ago

Hello,

Flashing the most recent pico-debug.uf2 from https://forums.raspberrypi.com/viewtopic.php?t=337284 or when building from git main on a normal pico and a pico-w results in the debug output overflooded and the debug non-functional.

I get expected behaviour with the second last pico-debug.uf2 from https://forums.raspberrypi.com/viewtopic.php?t=337284 or going back e.g. to git checkout b6ebfc7fb3c936e94b76a88784a434762cc74726. No debug connection to an external device tested however yet.

Anybody with the same experience or hints about me doing some error?

essele commented 10 months ago

Hi,

I'll try to have a look at this in the next day or so ... I haven't touched the code for a while so don't understand how this would happen (other than potential changes to the SDK, although that doesn't really match the description you have given.)

Lee.