Question
Data in the RAM of STM32
I use IAR to program STM32,the map file shows that :the RAM is divided to 1.data Section;2.CSTACK and HEAP section;3.bss section;4.Unassigned part of the RAM。
What I want to know is that:The Unassigned part of the RAM is used to do what? Because I want to expand the size of CSTACK ;but I am afraid of that ,too small of the uninitialized memory area size(the size of 4) will cause some wrongs.
Thanks.