Rx timeout on Sub_GHz radio on stm32wle5xx
Here is one problem confused me some days:
1. I send some data with LoRaWAN, so it will start RxTimeoutTimer to detect if timeout, and will set radio timeout 0xFFFF as default.
2. Normally, the radio will raise IRQ_RX_DONE irq, that mean receive data done from gatway.
3. But sometimes, the radio will raise IRQ_RX_TX_TIMEOUT irq, even it's not timeout.
That is my question: what will cause radio raise IRQ_RX_TX_TIMEOUT irq ? Thanks.

