BLE enabled Project with freeRTOS.
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:
- FreeRTOS and other application-related hardware/software functionality.
- 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
