User Activity

Posted on June 03, 2015 at 16:58On the STM32F429 Discovery I have managed to boot into the bootloader to upgrade the image in flash via I2C. I still have two issues I (or you) need to solve, however. 1. Flash erase. At first I tried a mass erase of ...
Posted on May 28, 2015 at 20:23I want to enter the Bootloader on STM32F429 Discovery and reprogram the internal flash via I2C. I read AN2606 and then connected the following pins from my I2C master: SDA <-> PB9 SCL <-> PB6 GND <-> GND BOOT0 <-> 3v I...