Replies: 1 comment 1 reply
-
Hello, Could anyone please give some suggestions as to what may be causing the problem of spurious RX timeout IRQ. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have been using the DIO3 control for TCXO. The delay is being set to 31.25us. The radio is configured to work as a receiver and set to continuous mode. However the radio is firing RxtimeOut IRQ. I have checked the configuration and all IRQ's are being assigned to DIO1. Any idea what can be triggering an rxtimeOut.
#define TCXO_TIMEOUT_MS 0x02
void SX126xIoTcxoInit( void )
{
SX126xSetDio3AsTcxoCtrl(TCXO_CTRL_3_3V, TCXO_TIMEOUT_MS);
}
P.s : If I ignore the first timeout and set it receiver again subsequently then the IRQ is not fired and it works fine.
Beta Was this translation helpful? Give feedback.
All reactions