cancel
Showing results for 
Search instead for 
Did you mean: 

BLE enabled Project with freeRTOS.

NickK
Visitor

Hello,

We are currently working on a project that requires integrating FreeRTOS with the STM32_WPAN BLE Stack. Based on various forum discussions, it seems that configuring the BLE portion of the project using CubeMX is currently not feasible.

However, as we are still in the early stages of development, we would like to retain the convenience and simplicity that CubeMX provides for setup and configuration. To address this, we have decided to split the project into two separate projects:

  1. FreeRTOS and other application-related hardware/software functionality.
  2. Bluetooth functionality using the STM32_WPAN BLE Stack.

Once both projects have been sufficiently developed, our plan is to merge them into a single project and continue development without relying on the CubeMX configurator.

Our question is:
Does STM or the STM community have a better approach or recommendation for addressing this issue?

Best regards,
Nick

1 REPLY 1
STTwo-32
ST Employee

Hello @NickK 

I've tested the last version of CubeMX (V6.13.0) and you should be able to use both FreeRTOS and STM32_WPAN on the .ioc file.

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.