Custom STM32 BLE Application with ThreadX - Azure RTOS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-21 11:51 PM
Hi everyone,
I am trying to build my custom BLE application with CubeMX (v6.11.0) and STM32CubeIDE: v1.15.0 using a STM32WB55 with FW package: v.1.19.0.
Due to its other functions I would like to use ThreadX for that. However, when generating code with CubeMX it always uses the sequencer files for the BLE application (other features work well). Is there any way to generate BLE files based on ThreadX? Or if not, at least an option to stop overwriting my app_ble.c if I have changed it manually once?
I can run the Heartrate app with ThreadX but now want to move to a custom BLE application.
(sequencer is not enabled in CubeMX, but AZ-RTOS is)
Thanks,
Lo
Solved! Go to Solution.
- Labels:
-
BLE
-
STM32CubeMX
-
STM32WB series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-22 1:04 AM
Hello @Lo and welcome to the ST Community:smiling_face_with_smiling_eyes:
It is not possible to generate a BLE ThreadX project USING CUBEMX. But it is of course possible to generate a BLE examples that use ThreadX. My best suggestion is to start from an existing example (BLE_p2pServerThreadX for example) and try to do the changes you need for your 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-22 1:04 AM
Hello @Lo and welcome to the ST Community:smiling_face_with_smiling_eyes:
It is not possible to generate a BLE ThreadX project USING CUBEMX. But it is of course possible to generate a BLE examples that use ThreadX. My best suggestion is to start from an existing example (BLE_p2pServerThreadX for example) and try to do the changes you need for your 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-22 1:44 AM
Hi again,
thanks for your quick answer.
I was hoping to be able to use the great CubeMX Environment for customization...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-22 1:47 AM
Can I prevent CubeMX to overwrite my ThreadX changes in the BLE application, if I want to generate code for something else?
