cancel
Showing results for 
Search instead for 
Did you mean: 

How to compile ThreadX module manager projects for STM32U5XX?

SAlam.3
Associate II
 
1 ACCEPTED SOLUTION

Accepted Solutions
Haithem Rahmani
ST Employee

HI @Community member​ 

the X-CUBE-AZRTOS-L5 is available on github including the TX_MPU application

regards

Haithem.

View solution in original post

5 REPLIES 5
Haithem Rahmani
ST Employee

Hi,

On which Toolchain do you want to do that?

regards

Haithem.

Hi Haithem,

Appreciate your response!

I am compiling for STM32U575XX series on Keil.

Since STMCube only sets up the port for the threadX core, i am facing some issues while trying to setup the port for module manager.

Being freshly introduced to threadX and even STM controllers, any documentation/ demo would be really helpful.

Have a great day ahead!

Best Regards,

Shabab

Haithem Rahmani
ST Employee

Hi,

We have released the TX_MPU example based on the Module_Manager but it is only for IAR EWARM, you may try to inspire from it to create your KEIL project.

In the few coming weeks, the X-CUBE-AZRTOS L5 (CM33-based) will be released, it will contain the same example for IAR, KEIL et STM32CubeIDE.

otherwise you can have a look at the example provided by MSFT

Haithem Rahmani
ST Employee

HI @Community member​ 

the X-CUBE-AZRTOS-L5 is available on github including the TX_MPU application

regards

Haithem.

SAlam.3
Associate II

Hi Haithem,

Appreciate your prompt responses.

Those examples really helped. I was able to build and run the modules for my target.

Have a great day ahead!

Thanks!