2021-11-18 10:14 PM
2021-11-26 12:43 AM
HI @Community member
the X-CUBE-AZRTOS-L5 is available on github including the TX_MPU application
regards
Haithem.
2021-11-20 05:00 AM
Hi,
On which Toolchain do you want to do that?
regards
Haithem.
2021-11-20 06:52 AM
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
2021-11-20 09:37 AM
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
2021-11-26 12:43 AM
HI @Community member
the X-CUBE-AZRTOS-L5 is available on github including the TX_MPU application
regards
Haithem.
2021-11-30 01:57 AM
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!