Build a .hex file which including the Bootloader
I am working on an application based on STM32F103 chips.After build the application, I do full chip erase using ST-LINK Utility and then flash the chip using new .hex file.I know that STM32 starts executing the code at the address of 0x8000000. Howev...