User Activity

Hello,I wrote a program that exchanges the existing bootloader with an attached one.While this process works, it can be dangerous during the exchange due to power cut-off.So I would like to implement some safety measures in the code.Before deleting t...
Hello,I am currently writing a program that will delete the bootloader, which is stored in 24 flash pages (Bootloader begins at 0x08000000, the program itself begins at 0x800C000).Pages 1-11 & 13-23 can be easily erased. Now the problem is, the page ...
Kudos given to