IvanVnucec / cubesat-adcs

Attitude Determination and Control System for Cubesat
MIT License
5 stars 2 forks source link

fix heap sizes #19

Open IvanVnucec opened 2 years ago

IvanVnucec commented 2 years ago

https://developpaper.com/stm32-memory-structure-and-freertos-memory-allocation-skills/

IvanVnucec commented 2 years ago

https://stackoverflow.com/a/33928688/13789930

IvanVnucec commented 2 years ago

seems like that the linker heap is c lib heap only and freertos heap has its own heap with size defined in configHeapSize or similar macro

IvanVnucec commented 2 years ago

https://nadler.com/embedded/newlibAndFreeRTOS.html