It does a "debug warm reset", BOOTROM detects it and skips almost all initialization (I think to preserve the state for ... debugging).
You can do a harder reset to the cores like here: viewtopic.php?t=380712#p2276148But sometimes you have to press the missing RESET button.
Or could drive RUN pin (RESET) from a GPIO... I remember something is done in debugprobe, you have to dig.
You can do a harder reset to the cores like here: viewtopic.php?t=380712#p2276148
Code:
"adapter speed 5000; program \"${command:raspberry-pi-pico.launchTargetPath}\" verify; reset halt ; rp2040.core1 arp_reset assert 0 ; rp2040.core0 arp_reset assert 0 ; exit"Or could drive RUN pin (RESET) from a GPIO... I remember something is done in debugprobe, you have to dig.
Statistics: Posted by gmx — Thu Feb 13, 2025 12:38 am