cancel
Showing results for 
Search instead for 
Did you mean: 

STM32WL5MOC TCXO issue

Zedder
Associate II

Hello.

I'm trying to launch a minimal LoRaWAN project. CubeMX version 6.15.0. When using MSI RC clocking, the module works without issues. When attempting to use the TCXO, the module starts, packets are successfully transmitted to the server, but are not received (IRQ_RX_TX_TIMEOUT error). 

In the "LoRaWAN Middleware / TCXO Support" settings, it displays "TCXO not available," and no other options are present.

Part of the code from the SystemClock_Config initialization function:

RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE|RCC_OSCILLATORTYPE_LSE;

RCC_OscInitStruct.HSEState = RCC_HSE_BYPASS_PWR;

Attaching screenshots of the settings.

0 REPLIES 0