illness072

Results 1 comments of illness072

Hello. I had the same problem. It seems that the problem is that in the loop stdio_init_all()→stdio_usb_init()→irq_add_shared_handler(), I keep adding the collection of IRQ handlers without releasing them. https://github.com/raspberrypi/pico-sdk/blob/6a7db34ff63345a7badec79ebea3aaef1712f374/src/rp2_common/hardware_irq/irq.c#LL215C12-L215C12 It...