LoRa communication not working in STM32WL55CCU6 with 32 MHz crystal
Hello STM32WL Expert,
We have developed a custom PCB based on the "STM32WL_QFN48_4Layers_Ref_Board" reference design with STM32WL55CCU6 MCU. It is based on high power and high-frequency configuration. LoRa transmission is handled through the FE_CTRL_2 pin for data transmission and receiving.
We are using 32MHz crystal at OSC_IN and OSC_OUT pins. As per reference manual (RM0453) point 5.4.2, the load capacitors are provided by the integrated
capacitor banks that can be trimmed. The trimming is provided by SUBGHZ_HSEINTRIMR and SUBGHZ_HSEOUTRIMR registers.
SUBGRF_WriteRegister( REG_XTA_TRIM, XTAL_DEFAULT_CAP_VALUE);
SUBGRF_WriteRegister( REG_XTB_TRIM, XTAL_DEFAULT_CAP_VALUE);We have developed the same application on the NUCLEO-WL55JC1 development board and it is working well. The same LoRa communication is not working with custom PCB. Will you please help us to debug the issue?
Best Regards,
Neel