This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi, I need to understand which operating systems are supported by this microcontroller, in particular I need to understand which real time operating systems it supports and if linux RTOS is supported. Thank you
Hey Michele,
AM243x devices support FreeRTOS and bare-metal coding for Arm Cortex-R (R5FSS) cores.
Linux RTOS is not supported, in-fact, no AM2x device will have any Linux support. You will need to look into the Sitara MPU (AM6x) family. AM6x devices utilize Arm Cortex-A (A53SS) cores to run HLOS. See https://www.ti.com/product/AM6442 as an example.
Best Regards.
Zackary Fleenor
To add to Zack's response:
OS options for for R5F cores are described in SDK docs here: https://software-dl.ti.com/mcu-plus-sdk/esd/AM243X/08_05_00_24/exports/docs/api_guide_am243x/KERNEL_OS_PAGE.html
Regards,
Frank