I went through and after some work, got FreeRTOS compiling on a
STM32 CM0 with 4kb of RAM.
I couldn't get FreeRTOS to fit due to allocation too much heap
space in the default config.This is the first time I've ever had
working with software with dynamic memory allocation on a
micrcontroller.
This is the first time I've ever had working with software with
dynamic memory allocation on a micrcontroller.
So after pulling out my hair for a bit, I figured out in Keil
where you s
↧