TFGF
TFGF
In my research, this is related to a Timer freeze in debug, which makes the sleep function not work. See: https://github.com/raspberrypi/pico-feedback/issues/428 In my tests, setting `timer_hw->dbgpause = 0;` before any...
> In my tests, setting `timer_hw->dbgpause = 0;` before any timer related call in my code, the debugger works as expected, without the `multicore_reset_core1()` call. Just an additional info. I...
Any news on this? Anyone with a workaround or something?