cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to enable BLE on the STM32WB07CCVX in STM32CUBEMX

JTurn.2
Senior

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.

1 ACCEPTED SOLUTION

Accepted Solutions
STTwo-32
ST Employee

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

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

2 REPLIES 2
STTwo-32
ST Employee

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

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

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