adafruit/RadioHead

RPI Pico program crash when using interrupt? (RFM95 client)

dirksavage88 opened this issue · 0 comments

Has anyone else tried to run RFM95 simple client on a pico? I can't seem to get past the 'send' function, and it most likely hangs on that or waitpacketsent. I have yet to debug, but wondering if anything specific is required to get interrupts to work on the pico, since as soon as I connect the interrupt gpio and pass it into rfm95 init, the program crashes. Without the gpio connected, it just hangs on send / waitpacketsent