Skip to main content
alexandre.bulfay
Associate
February 27, 2019
Question

STM32F205 bootloadet USB DFU mode

  • February 27, 2019
  • 4 replies
  • 1607 views

Hy,

I'm trying to run the DFU mode with a STM32F205. When I put boot0 to VCC and I do a reset, the DFU USB was not detected by my computer. Can someone help me ?

I tried before that on the nucleo card F207ZG and this work corectly.

This topic has been closed for replies.

4 replies

Tesla DeLorean
Guru
February 27, 2019

Check levels on USB pins, and make sure D+/D- not swapped.

Does USB work from your own code loads?

Do you have an 8 MHz crystal or clock source?

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
alexandre.bulfay
Associate
February 28, 2019

USB in my own code works correctly. And I have a 6MHz crystal.

alexandre.bulfay
Associate
February 28, 2019

Someone know how the cable USB is detected ?

Tesla DeLorean
Guru
February 28, 2019

I believe it looks for a bias on the pins.

Is 6 MHz a supported frequency per AN2606​? Does it start quick enough?

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
alexandre.bulfay
Associate
February 28, 2019

AN2606 say "An external clock multiple of 1MHz (between 4 and 26MHz) is required for CAN and DFU bootloader execution after the selection phase." So normaly 6MHz is supported.