electro_coco
DIIDevHeads IoT Integration Server
•Created by Marvee Amasi on 5/26/2024 in #middleware-and-os
my FreeRTOS project on STM32F103 exhibits a strange behavior with thread stack sizes
U have stack overflow what is maximum ram size of your mcu
You are exceeding it
Make sure your task are static so that dynamic allocation doesnot occur and your task memory gets allocated at complie time
Plus start in debug mode with hardfault handler watched if you are using cube ide
Your mcu is going to hard fault
7 replies