How determine maximum CSTACK and HEAP which a microcontroller support ?
The microcontroller we are working on is STM32F303CC. Lets say you have large project with multiple threads and peripherals attached to the system ? How can we determine the maximum CSTACK and HEAP value for microcontroller , So we can achieve system stability and avoid run time crashes and system instability.
PS: I am new Embedded world, I am Sorry if this question has been asked before. Love the ST ecosystem. CubeMX makes life easier for beginners.
#stack-overflow #cstack #address #heap #out-of-range