This example contains a bootloader example, 2 app examples and a desktop app to flash binary files to a STM32. This bootloader example can jump to 2 different applications. The FLASH memory (64KB) is ...
The bootloader was developed for STM32VLDISCOVERY board, the only extra thing needed is an USB-UART module on PA10 (RX) and PA9 (TX) pins. Figure 1. Pinout of the system. After start-up, the system ...
While things like the Arduino platform certainly opened up the gates of microcontroller programming to a much wider audience, it can also be limiting in some ways. The Arduino IDE, for example, ...