Skip to main content
This topic has been closed for replies.
Best answer by GreenGuy

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.

4 replies

GreenGuyAuthor
Graduate
May 25, 2023

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.

Technical Moderator
May 30, 2023

Hello @Community member​,

Check this wiki about ThreadX

Introduction to THREADX - stm32mcu

I will let my colleague check if CubeMX is supporting middleware.

Technical Moderator
May 30, 2023

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

GreenGuyAuthorAnswer
Graduate
May 30, 2023

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.