Skip to main content
Associate
June 24, 2024
Solved

STM32WB55CGU6 Radio configuration

  • June 24, 2024
  • 1 reply
  • 1344 views

Hi to all

I got interested on STM32WB55CGU6 which is recently available as a development board found online and in its reference manual I kind of notice that there is no detailed explanation or rather configuration for the Radio CTRL register and BLE Cntrl. Are these suppose to be like this?

 

Any help with you guys.

 

Best regards.

Best answer by EPASZ.1

In the WB series architecture, the application M4 core does not have access to the radio registers. The user software, which runs on this core, communicates with the other M0 core using defined messages and this core can set all the registers accordingly.

You can read up on this architecture in this application note How to build wireless applications with STM32WB MCUs - Application note or visit the Wiki site Category:STM32WB Series - stm32mcu.

1 reply

EPASZ.1
EPASZ.1Best answer
ST Employee
June 25, 2024

In the WB series architecture, the application M4 core does not have access to the radio registers. The user software, which runs on this core, communicates with the other M0 core using defined messages and this core can set all the registers accordingly.

You can read up on this architecture in this application note How to build wireless applications with STM32WB MCUs - Application note or visit the Wiki site Category:STM32WB Series - stm32mcu.

RashidAuthor
Associate
June 26, 2024

I see. Thanks a lot. I will give some time on reading this application note. Hopefully it will give additional knowledge.

 

Best regards.