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 w...