STM32 stack and heap
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)...