Question
STM32F373 USB DFU Bootloader
Posted on July 25, 2013 at 23:25
I'm working with a new device, and I'm trying to load to flash memory via the bootloader in DFU mode. I'm pretty new to this whole idea, so I'm somewhat confused as to how this works. From the documents I can find published by ST, I think i should pull BOOT0 high, and keep the RX pins of USART 1 and 2 pulled low or high. I believe that doing this will get me into Bootloader mode.
What I'm confused about is how to program it from here. Is there pc software that I should install to push the code to the device now that it's waiting for communication? I'm assuming that this is different than the STLINK Utility.Thanks in advance for any help you can give!