Posted on May 24, 2018 at 11:03You might as wanna take a look at my demonstration. It's simple, well documented and commented. It's available at GitHub:https://github.com/akospasztor/stm32-bootloader
Posted on July 20, 2017 at 13:55In my example, there is a function that implements the jump to the built-in bootloader. (See the description section in readme.md in the above linked github repository.) There is no need to utilize the BOOT pin at all...
Posted on July 20, 2017 at 10:37Hi,Check out my self-made bootloader. It does not require to utilize the BOOT pins, it features firmware update from an SD card, and also provides possibility to jump and launch the built-in st-bootloader (tested and ...
Posted on June 02, 2017 at 23:53I implemented the DMA 'timeout feature', detecting the possible end-of-transmission with USART IDLE interrupts. DMA is used in circular mode (for minimizing the chance of data-loss when receiving bytes from devices th...