Skip to main content
SWenn.1
Senior III
December 15, 2021
Solved

STM32WB clocks

  • December 15, 2021
  • 3 replies
  • 1105 views

I am using the HSE and LSE for the STM32WB. I am under the impression that you must use the 32MHz HSE if using BLE. I am also under the impression that you should be able to set your CPU1 (app processor ) to 64MHz. I have tried all kinds of things in the .ioc file and it always wants to revert to using the MSI source / PLL to set CPU1 to 64MHz and CPU2 to 32MHz. Can someone tell me how to set CPU1 to 64MHz while having CP2 (radio) at 32MHz using HSE?

This topic has been closed for replies.
Best answer by TDK

Not sure if 32MHz HSE is required or not, but I had no problems setting CPU1 to 64MHz and CPU2 to 32 MHz with it:

0693W00000HokUoQAJ.png 

Maybe you can attach your IOC.

3 replies

TDK
TDKBest answer
December 15, 2021

Not sure if 32MHz HSE is required or not, but I had no problems setting CPU1 to 64MHz and CPU2 to 32 MHz with it:

0693W00000HokUoQAJ.png 

Maybe you can attach your IOC.

"If you feel a post has answered your question, please click ""Accept as Solution""."
SWenn.1
SWenn.1Author
Senior III
December 15, 2021

Hmm....Definitely user error on my part...I was trying to set PLL bcz changing cpu1 to 64mhz wasn't working....Tried again after seeing your post and the configurator doubled down and set things up to work....

Thank you

JWieb
Associate III
December 22, 2021

I Believe most of the example applications use CPU1 and CPU2 clocked from HSE.

No need for the PLL at all.