BLE Stack modify the RCC configuration
HI,
I am developing my ble audio project with STM32WBA55G-DK1. I need use SAI interface as audio input interface. I have an annoying problem. I configure RCC before init ble stack. I choose use pll1rclk as system clock. But i call the BleStack_Init function to init ble stack which provide by ST, the register of RCC_CFGR1 changed from 0xF to 0x0, HSI16 becomes as system clock. I can't understank why the Ble stack do that。 If so that, does it mean that the maximum system clock can only be 16M when using Bluetooth function?
Thanks