Skip to main content
Visitor II
November 29, 2023
Solved

What OS is running on the stm32 eval board?

  • November 29, 2023
  • 1 reply
  • 1874 views

Hi,

I am using Cube IDE to study. And the boardNucleo-uaa5zj-q.

My first program "Hello World" is printed well on the console.

But I would like to know what OS is running on this board?

If it is Free RTOS, in Pinout & Config -> Middleware, why could I choose X-CUBE-FREERTOS?

shiacapt_0-1701219601177.png

 

Thanks

This topic has been closed for replies.
Best answer by TDK

The OS you use, if any, is your choice and will be in the program you compile. If you don't compile with FreeRTOS or another RTOS, it won't use an OS.

There's no underlying OS on the board itself, unlike with a Windows system where the OS and program are separate.

1 reply

TDK
TDKBest answer
November 29, 2023

The OS you use, if any, is your choice and will be in the program you compile. If you don't compile with FreeRTOS or another RTOS, it won't use an OS.

There's no underlying OS on the board itself, unlike with a Windows system where the OS and program are separate.

"If you feel a post has answered your question, please click ""Accept as Solution""."