#LORA#BLE#LORAWAN

I want to implement dual-mode operation of LORAWAN and BLE, but when using the SoftDevice, the interrupt on the LORAWAN DIO1 pin does not trigger. I suspect it is being blocked by the SoftDevice, and I want to know how to solve this.

The interrupt here will not be triggered

This is the function I use to set up DIO1

Related