2023-05-25 12:58 PM
See this link:
https://learn.microsoft.com/en-us/azure/rtos/threadx-modules/chapter1
Would like to explore the options of using this method to partition code.
Solved! Go to Solution.
2023-05-30 03:04 PM
Yes, this is what prompted my look at if CubeMx supports the feature selection. Sadly, ST has not worked on this. However there is an example in git called B-U585I-IOT02A_MODULE_MANAGER_THREADX.
The MOOC only makes mention of ModuleX but does not go into any detail.
2023-05-25 03:17 PM
The first thing I notice is that the Software Packs>Select Components in CubeMX does not include Modules in the ThreadX section. However, the needed txm_module.h is present in ...\STM32Cube\Repository\Packs\STMicroelectronics\X-CUBE-AZRTOS-H7\3.1.0\Middlewares\ST\threadx\common_modules along with the other files needed.
I guess CubeMX does not currently support adding Module support to the project.
2023-05-30 01:17 AM
Hello @Community member,
Check this wiki about ThreadX
Introduction to THREADX - stm32mcu
I will let my colleague check if CubeMX is supporting middleware.
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.
2023-05-30 01:42 AM
Hello @Community member
First let me thank you for posting.
I advise you, to get inspired form the steps described in this workshop: MOOC - Azure RTOS step by step workshop
Thx
Ghofrane
2023-05-30 03:04 PM
Yes, this is what prompted my look at if CubeMx supports the feature selection. Sadly, ST has not worked on this. However there is an example in git called B-U585I-IOT02A_MODULE_MANAGER_THREADX.
The MOOC only makes mention of ModuleX but does not go into any detail.