2025-05-09 6:44 AM
I want to have BLE Custom Client/Server in Application FW? Does it support that?
Is it possible to have clinet and server in same FW ?
If yes,
STM32WB15CC Which BLE Wireless Stack FW should I use full or Exteneded?
What is advantages and disadvantages of both features?
Solved! Go to Solution.
2025-05-09 7:43 AM - edited 2025-05-13 2:10 AM
Hello @dxxx0001 and welcome to the ST Community.
You can config a BLE P2P Router that does include both server and client on the same device. For the wireless stack, both full and Extended can do the job but the full can do the job with less impact on the memory. You are using the STM32WB15CC, so you have to test it if the code will fit on the memory available on the MCU. The BLE_p2pRouteur was implemented already on the STM32WB55 (link attached) with 1M flash. For the difference between both wireless stacks, the extended stack have the same features of the full stack and it implement also the following features :
More details are available in this Wiki where you can find the table that associate a stack to each application:
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.
2025-05-09 7:43 AM - edited 2025-05-13 2:10 AM
Hello @dxxx0001 and welcome to the ST Community.
You can config a BLE P2P Router that does include both server and client on the same device. For the wireless stack, both full and Extended can do the job but the full can do the job with less impact on the memory. You are using the STM32WB15CC, so you have to test it if the code will fit on the memory available on the MCU. The BLE_p2pRouteur was implemented already on the STM32WB55 (link attached) with 1M flash. For the difference between both wireless stacks, the extended stack have the same features of the full stack and it implement also the following features :
More details are available in this Wiki where you can find the table that associate a stack to each application:
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.
2025-05-13 2:01 AM
Hello @dxxx0001,
Refer Below images which I found in STMicroelectronics Official Documents as per this tables you will able to identify which BLE stack required.
Thank you.