Skip to main content
Visitor II
May 12, 2021
Question

Hi, is it still possible to use freeRTOS? Regards, Kai

  • May 12, 2021
  • 2 replies
  • 1156 views

Since ST announced to go with Azure RTOS, does this mean freeRTOS is not longer supported and won't run on ST MCUs anymore? Or does it mean the effort to implement freeRTOS is quite high compared to Azure RTOS, because there won't be any support for freeRTOS from ST itself?

    This topic has been closed for replies.

    2 replies

    Graduate II
    May 12, 2021

    Software that's written will continue to function.

    kawi73Author
    Visitor II
    May 12, 2021

    But new freeRTOS versions will not work?

    Graduate II
    May 12, 2021

    Why would they not work? The Cortex-Mx processors are widely used beyond ST, what ST decides to do or not do with their code generators is up to them, but if you're behold to that, does it matter which OS they generate code for.

    If you're invested in any particular OS, or platform, you can surely sustain it sufficiently for your own needs, porting in new things if needed, or use what's working.

    kawi73Author
    Visitor II
    May 12, 2021

    Ok, thanks.