User Activity

I'd like to do a jump to bootloader from application on STM32 Blue Pill STM32F103C8T6. My approach looks that: - Write to BKP->DR1 any value; - Do a reset (NVIC_SystemReset());- A the beginning of main, check if BKP->DR1 != 0, than set it to 0 and ju...
Hello,I'd like to design PCB's for ordered MCU's (I do not have them yet, so I cannot perform any tests...)I wish to perform full flashing without touching the PCB, using Bluetooth (HC-05).I'm looking for a way to acitvate bootloader mode remotely. I...