User Activity

I want to wake my STM32 mcu from stop2 mode using an external interrupt from sx1262 radio. I configured the gpio pin like this:/*Configure GPIO pin : RADIO_DIO1_Pin */ GPIO_InitStruct.Pin = RADIO_DIO1_Pin; GPIO_InitStruct.Mode = GPIO_MODE_IT_FALLING;...