Skip to content
Discussion options

You must be logged in to vote

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!

void ral_sx126x_bsp_get_xosc_cfg( const void* context, ral_xosc_cfg_t* xosc_cfg,
                                  sx126x_tcxo_ctrl_voltages_t* supply_voltage, uint32_t* startup_time_in_tick )
{
    // No tcxo on Basic Modem sx1261,sx1262 or sx1268 reference boards
    // On C…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by brianwyld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant