cancel
Showing results for 
Search instead for 
Did you mean: 

[BLE] Immediate disconnection when using HSE clock for RF wake up

DS.4
Senior II

I have this issue:

I have set the RF wake up clock selection to HSE /1024 and I cannot get a BLE connection to hold.

Why is that? Any other configuration might be affecting that?

PeriphClkInitStruct.RFWakeUpClockSelection = RCC_RFWKPCLKSOURCE_HSE_DIV1024;  // BAD

0693W00000YAA3gQAH.png 

When I revert to LSE it works fine.

1 REPLY 1

Hi @Community member​  ,

Could you please check your project's low power configuration? It should be disabled if you select HSE/1024 as RF system wakeup clock.

0693W00000YAowpQAD.jpg 

I do not know which specific device you are working on, but just as an example, you can find the information in RM0434 Reference manual of STM32WB55 at page 204/1530.

0693W00000YAoyRQAT.jpgBest Regards,