2025-08-11 4:07 PM
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.