STM32-Cube IDE- FreeRTOS Memory Management part 2.

Task Tasks are implemented as C functions. The only thing special about them is their prototype, which must return void and take a void pointer parameter. An application can consist of many tasks. If the processor running the application contains a single core, then only one task can be executing … Continue reading STM32-Cube IDE- FreeRTOS Memory Management part 2.