Question
What happens to RAM data when the Bootloader loads Applications?
I'm using STM32F103C8 and I have Bootloader at the start of flash 0x08000000 and Application start at 0x08008000. On powerup Bootloader start to perform basic functions and then jumps to the main application. Everything works fine but what about Bootloader RAM data does it get over written with Application RAM data?
