2021-10-21 07:24 AM
Hello,
I am working on Nucleo-h745ziq board ,I have to create project for Azure Rtos .So how I can create project for it which parameter i have to configure in stm32cubeide.Can you help me?
Solved! Go to Solution.
2021-10-23 07:16 AM
Yes, there is a pack can add to STM32cubeMX for Azrtos.
Here is the update notice I see
2021-10-21 02:39 PM
https://www.youtube.com/watch?v=OPVhsJfZA5A
2021-10-23 06:24 AM
After much mucking around I determined trying to use the threadX/Azrtos for STMcubeMX was leading to far too many changes in the code after each "generate", so I mirrored ST's examples. And there use https://github.com/STMicroelectronics/x-cube-azrtos-h7.git as a library.
There appears to be a new revision of https://github.com/STMicroelectronics/x-cube-azrtos-h7.git but that looks like it dropped right after I followed ST's examples using Aezrtos on H7's.
Still tool a fair bit of playing with the CMake to not need to copy all of the contents of threadX and netXduo into subdirectories of the board.
2021-10-23 06:28 AM
We can create the Azure Rtos project for NUCLEO-h745ziq board?The Nucleo-h745ziq board support the AZURE Rtos?
2021-10-23 07:16 AM
Yes, there is a pack can add to STM32cubeMX for Azrtos.
Here is the update notice I see