2025-08-20 10:39 PM
Hi ST team,
I am working on STM32WL55JC1. I am trying to enable the HSE external crystal oscillator, but it never starts.
In firmware, I configure RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; and set HSEState = RCC_HSE_ON. After enabling, I confirmed that HSEON set, however HSERDY flag in RCC->CR never becomes set.
I have tried:
Hardware Verification Done:
Attempts Made:
Could you please confirm:
Thanks,
Shivangi
2025-09-22 9:00 AM
Hello @Sjain
There is not a known issue on the HSE for the STM32WL series. It may be an issue on your HW design, and you have to check it with a HW expert maybe. Also, you can use the RCC_ClockConfig example that switch between HSI and HSE using the B1 on the NUCLEO-WL55JC1 to check that the SW is not the source of the issue for your case.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.