Skip to main content
Associate II
July 4, 2024
Question

Rx timeout on Sub_GHz radio on stm32wle5xx

  • July 4, 2024
  • 3 replies
  • 1091 views

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.

 

Zeepunt_0-1720094728355.png

 

3 replies

ZeepuntAuthor
Associate II
July 4, 2024

Here is work flow:

1. Device send data to Gatway.

2. Gatway will send data to Network Server(NS)

3. NS will send respond when receive data come from Device

4. Device will receive respond come from NS.

STTwo-32
Technical Moderator
August 6, 2024

Hello @Zeepunt 

I'm not able to reproduce that issue on my side. Could you please share more details related to this.

Best Regards.

STTwo-32 

Tesla DeLorean
Guru
August 6, 2024

>>That is my question: what will cause radio raise IRQ_RX_TX_TIMEOUT irq ?

No data reception completes *within* the timeout window. Start of reception doesn't clear/restart the timeout.

What's the actual measured/elapsed time between you starting the reception, and you getting the time out?

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..