Question
Is it possible to run at 64 MHz in RF application? (STM32WB55)
Hi, I am trying to set a 64 MHz max frecuency for my RF application (STM32WB55). To do so, I switch from default MSI to HSE with PLL. The System Core Clock updates well to 64 MHz.
However, when I start the MAC layer and RF subsystem on CPU2 by calling SHCI_C2_MAC_802_15_4_Init(), the SystemCoreClock goes down to 32 MHz.
Is there any way to avoid that decrease in frecuency?
Thank you.