iMX8 Cortex M4 withou FreeRTOS

Hello,

Is it possible to run plain C code (aka STM32) without any OS (freertos) on Cortex M4 in iMX8?
I found many examples with FreeRTOS, but nothink without it.

Thanks.

Hi @msv_zitnik!

Yes, you can run bare metal code on the Cortex M4. A RTOS is not required. You’ll just have to make a few changes in case you have anything STM32 specific.