User Activity

I am using STM32F030C6 micro controller. In my firmware, I need to keep a variable in RAM location 0x2000000. This variable is accessed by both boot loader and firmware. So a reset should not affect its value. So how can we declare such a variable ? ...