Sunday 2 July 2017

embedded - What operating systems have been ported to Cortex-M3?


I am working with an ARM Cortex M3 (specifically STM32F217IGH6).


Are there any OS that have been ported to it?



Answer




There are many open source options:



Most of the above listed have commercial versions as well. I didn't list the strictly commercial RTOS's that are out there, as I assume you are more interested in open source offerings.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...