Starting ROM bootloader on STM32F429 Discovery
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...