Skip to main content
JTurn.2
Associate III
February 24, 2025
Solved

Unable to enable BLE on the STM32WB07CCVX in STM32CUBEMX

  • February 24, 2025
  • 1 reply
  • 613 views

I'm unable to enable STM32_BLE in "sofware and middleware" on the STM32WB07CCVX  in STM32CUBEMX as it's greyed out. Also, "RADIO" is greyed out too. Are there any guides on how I can set up BLE in STM32CUBEMX or does anyone know why these options are greyed out.

Best answer by STTwo-32

Hello @JTurn.2 

To be able to enable the Radio you should enable the RADIO TIMER. And to enable it you need to enable HSE (RC64MPLL should be set to PLL64M and System Clock Mux to RC64MPLL on the Clock configuration),... More details are available on the AN5977.

Best Regards.

STTwo-32

1 reply

STTwo-32
STTwo-32Best answer
Technical Moderator
February 24, 2025

Hello @JTurn.2 

To be able to enable the Radio you should enable the RADIO TIMER. And to enable it you need to enable HSE (RC64MPLL should be set to PLL64M and System Clock Mux to RC64MPLL on the Clock configuration),... More details are available on the AN5977.

Best Regards.

STTwo-32

JTurn.2
JTurn.2Author
Associate III
February 24, 2025

Hi, STTwo-32

Thanks so much for pointing me in the right direction. I'm now able to enable STM32_BLE in STM32CUBEMX. My bad for missing the AN5977.

 

Best regards,

JTurn.2