User Activity

So, I am trying to use this USB mass storage bootloader: https://github.com/sfyip/STM32F103_MSD_BOOTLOADERTo compile .hex files for it, I've already set the flash origin to 0x8004000 and the vector table offset to the same value. I've verified that, ...