-
Running the SMTC ported to a nrf52832, with a SX1261. It works, but the SX1261 seems to hang randomly when doing a RX or TX operation (BUSY->LOW, no INTR (DIO1) to signal end of radio operation). Could be the first tx after reset, or could be 10 or 20 radio operations later.... Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
bad form to respond to your own question, but it seems like its fixed so this might help someone else:
|
Beta Was this translation helpful? Give feedback.
bad form to respond to your own question, but it seems like its fixed so this might help someone else:
My hw uses a SX1261 with a TCXO controlled by DIO3 (straight out the reference design) : I correctly returned the config to set this up in ral_sx126x_bsp_get_xosc_cfg(), but had set the "supply voltage" to 3_3V - this causes the random hangups apparently as when I set it to 1_6V as shown below it works much better!