How to specify RAM location ?
hi,
i have an stm32f103 with me ,basically when i run it on keil in simulation mode , i have allotted space in RAM to store variables and data in the picture below ,and although when i look at the address where ram starts at (0x200000000), there is no data init ,
which is what i need ,when i use my mcu with stlink debugger,run it and open the same RAM location ,there's already data
stored there and after that the whole area is showing FF which i dont understand why ? does this have to do with the
scatter file ,please help me out here's my file and scatter file in assembly ,also these picture is in stlink debug mode not simulation. Although i did define AREA mydata, data,READWRITE and a space of 10 

