Question
I am using SX1261-2 radio with stm32l433. The radio provides multiple interrupts such as RX_done, TX_done etc. How do I make sure (need help with syntax) that my MCU wakes up only if there is only a RX_done interrupt and not other interrupts.
..