Hi.
I am using CH582F along with external quartz HSE 32MHz and LSE 32.768 kHz and BLE works fine when CLK_OSC32K=0. If I set CLK_OSC32K=1 or CLK_OSC32K=2, there is unstable operation when connected via BLE. I am not using RTC and Sleep Mode. How do I configure the application to not use the external LSE 32.768 kHz quartz?
I found such settings, but I don't understand how to use them and where to set the divider for BLE HSE timer.
uint8_t SelRTCClock; // bit7: 1: ble timer(HSE)(must disable sleep)
Update:?CH582F is used as a Peripheral device.