cancel
Showing results for 
Search instead for 
Did you mean: 

What OS is running on the stm32 eval board?

shiacapt
Associate

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

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

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".

View solution in original post

1 REPLY 1
TDK
Guru

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".