Associate III
December 4, 2019
Question
STM32 stack and heap
- December 4, 2019
- 2 replies
- 10356 views
Hello I want to understand allocating stack and heap size, I am using stm32f767zi with 512Kbyte RAM memory (0x80000 bytes) so what I understand is this memory should be split between only the stack and heap (if there is something else please tell me) so I gave the stack 0x60000 and the heap 0x20000 as in the attached photo. I am using IAR v8.