So I finally switched to using a proper debugger/programmer to program my RP2040 using probe-rs. Originally it was working fine, but now when I upload the program it just ends with `Finished` and nothing gets printed after that: ``` 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 ``` The program does not run, the LED on the board does not flash, and it doesn't even get to the first print statement (which happens immediately after `embassy_rp::init`).