STM32 FreeRTOS Introduction-1
FreeRTOS Architecture Official website:http://www.freertos.org/FreeRTOS is a relatively small operating system compared to other operating systems. The minimal FreeRTOS core includes only 3 .c files (tasks.c, queue.c, list.c) and a few header files, totaling less than 9,000 lines of code, including comments and blank lines. A typical compiled binary is less than 10 KB. The FreeRTOS […]
STM32 FreeRTOS Introduction-1 Read More »