Associate II
April 24, 2025
Solved
STM32WB09 LL_RCC_RC64MPLL_IsReady() doesn't works
- April 24, 2025
- 3 replies
- 1024 views
Hi,
We designed a custom board that includes the STM32WB09KE microcontroller. We're working with a BLE middleware, and when I try to run the code, it doesn't go past the line LL_RCC_RC64MPLL_IsReady() during the clock configuration in SystemClock_Config().
As far as I know, the code should work, since it runs correctly on the Nucleo-WB09KE (NUWB09KE$CR1). Below is a photo:

If I don't enable the PLL64M, the code runs fine and I can, for example, make an LED blink. However, I lose the RADIO functionality, which is essential for my project.
I'm also including the main.c code atached, along with a physical photo of how the microcontroller is currently "wired up".

