Skip to main content
ajeet
Associate
February 25, 2022
Question

Hello Team, we are working on STM32WB55 project and we want to include extended advertising in our product. I couldn't find much example or reference to it. Is it possible to provide some link to sample project for STM32WB55 which I can use?

  • February 25, 2022
  • 2 replies
  • 962 views

..

This topic has been closed for replies.

2 replies

Remy ISSALYS
Technical Moderator
March 3, 2022

Hello,

Examples of extended advertising are not yet available, for release v1.14.0 planned to June 2022 two examples will be provided BLE_p2pServer_Ext and BLE_p2pClient_Ext.

A wiki page about extended advertising feature will be available soon:

https://wiki.st.com/stm32mcu/wiki/Connectivity:STM32WB_Additional_Advertising

Best Regards

ajeet
ajeetAuthor
Associate
March 11, 2022

Hi @Remy ISSALYS​ thank you for your response. I think there is some confusion between FUS start address based on recent update on https://wiki.st.com/stm32mcu/wiki/Connectivity:STM32WB_FUS which says

0x080F4000. But in previous release notes, it was always

0x080EC000, even in patch release on 09th Feb, 2022. Could you please clarify this? I am asking with respect to FUS for Extended Advertisement.

Remy ISSALYS
Technical Moderator
March 11, 2022

Hello,

0x080F4000 is the FUS execution address and 0x080EC000 is the FUS download address.

Best Regards