Freertos minimum memory requirements on stm32 m4

Hi,

Where can I find the minimum memory requirements for freertos for cortex m4 .

This page talks about FreeRTOS memory requirements - FreeRTOS FAQ relating to FreeRTOS memory management and usage. FreeRTOS is an Open Source RTOS Kernel for small embedded systems

Are you facing any problem?

Thanks Gaurav for your quick response. We had limited free. memory on our target chip and were evaluating whether we should go for bare metal or an rtos like freertos

Sure. FreeRTOS has a lot of customization options also which you can use to trim it down to only the features your need - FreeRTOS - The Free RTOS configuration constants and configuration options - FREE Open Source RTOS for small real time embedded systems.

Let us know if you need any other help related to FreeRTOS.

Sure, Gaurav. Thank you