Question
STM32F373 Bootloader
Posted on December 13, 2012 at 05:05
I've built a small breakout board for the STM32F373CC:
http://ebrombaugh.studionebula.com/embedded/stm32f373breakout/index.html
I was hoping to be able to use BOOT mode to load it up via the USB device port, but I can't seem to get USB DFU to work. I have been able to get the bootloader to work on USART1 via pins PA10/PA11 and there it reports BID 5.0 which is not detailed in AN2606. Questions:* Does the STM32F373 support USB DFU bootloader operation?* When can I expect an updated version of AN2606 that describes the bootloader for the STM32F3xx parts?Eric