2023-03-29 12:30 PM
Is it possible to create a project in CubeMX for a concurrent BLE & Thread application for the STM32WB55?
My attempts so far only allow for either a BLE or a Thread project (not both together).
Thanks
Solved! Go to Solution.
2023-03-31 05:01 AM
Hello,
Unfortunately, CubeMX tool doesn't support concurrent mode application.
Best Regards
2023-03-29 07:23 PM
Hello @romihs and welcome to the Community :)
An example of concurrent mode (BLE/Thread) is provided in the STM32CubeWB firmware package.
I advise you to have a look at the available applications, which are located under: Projects\P-NUCLEO-WB55.Nucleo\Applications\ directory.
Imen
2023-03-30 08:24 AM
Thanks @Imen DAHMEN
Yes, I am aware of the projects in the STM32CubeWB package.
The reason I was asking was that I would like to start a clean project with both BLE and Thread, and was just wondering if it could be started from CubeMX...
2023-03-31 05:01 AM
Hello,
Unfortunately, CubeMX tool doesn't support concurrent mode application.
Best Regards