Skip to main content
Visitor II
October 21, 2021
Solved

How to create project of AZURE RTOS to Nucleo-h745ziq

  • October 21, 2021
  • 2 replies
  • 1292 views

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?

    This topic has been closed for replies.
    Best answer by Thomas E.

    Yes, there is a pack can add to STM32cubeMX for Azrtos.

    Here is the update notice I see

    0693W00000FDWZTQA5.png

    2 replies

    Super User
    October 21, 2021
    Visitor II
    October 23, 2021

    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.

    MDeva.1Author
    Visitor II
    October 23, 2021

    We can create the Azure Rtos project for NUCLEO-h745ziq board?The Nucleo-h745ziq board support the AZURE Rtos?

    Thomas E.Answer
    Visitor II
    October 23, 2021

    Yes, there is a pack can add to STM32cubeMX for Azrtos.

    Here is the update notice I see

    0693W00000FDWZTQA5.png