Skip to main content
Graduate
July 27, 2021
Solved

Run ThreadX on Windows

  • July 27, 2021
  • 3 replies
  • 3820 views

Hey threre,

I am thinking about to switch from freeRTOS to ThreadX on STM32H7. But there is a important question. Is it possible to run ThreadX on Windows? We want to simulate some parts of our firmware. I know that there is a port for WIN32 and there is an example for Visual Studio. I checked it and got it up and running. But I would like to compile it inside Eclipse/STM32CubeIDE. On freeRTOS this was no problem and I was able to compile it but for Azure RTOS/ThreadX I cant find any information how to integrate it into an eclipse project. Does anyone knows how it works?

    This topic has been closed for replies.
    Best answer by Walid ZRELLI

    Hello @ESawa.1​ ,

    Take a look at the following link : GitHub - azure-rtos/threadx: Azure RTOS ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications.

    You could make some modifications to support STM32CubeIDE.

    BeST Regards,

    Walid

    3 replies

    Visitor II
    July 27, 2021

    Hello @ESawa.1​ ,

    Take a look at the following link : GitHub - azure-rtos/threadx: Azure RTOS ThreadX is an advanced real-time operating system (RTOS) designed specifically for deeply embedded applications.

    You could make some modifications to support STM32CubeIDE.

    BeST Regards,

    Walid

    ESawa.1Author
    Graduate
    July 28, 2021

    Dear Walid,

    thanks a lot for your answer. This was a good point to start. I had to do it a little bit different but now it runs. Thanks a lot.

    Visitor II
    July 28, 2021

    Glad to help you. You are welcome any time.

    Visitor II
    March 2, 2022

    Can Any one help me for how to use ThreadX on Windows ?