Custom STM32 BLE Application with ThreadX - Azure RTOS
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