So a few days ago I was able to switch to using a proper debugger/programmer for my RP2040 using probe-rs. However, it looks like it doesn't work well when trying to flash the board while a multicore program is running. I get the following: ``` Erasing ✔ [00:00:01] [##################################################################################################################################################################################################################] 100.00 KiB/100.00 KiB @ 89.12 KiB/s (eta 0s ) Programming ✔ [00:00:03] [##################################################################################################################################################################################################################] 100.00 KiB/100.00 KiB @ 26.72 KiB/s (eta 0s ) Finished in 4.905s ``` And then... Nothing.