-
Notifications
You must be signed in to change notification settings - Fork 980
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Continuous flashing in dfu mode is not working #1782
Comments
Hi @darshansm, From Application note AN2606 Rev 55, And then, when USB enumerates (when USB cable is plugged), it starts in DFU. see AN3156. In order to be able to open COM port requires to be in DFU (and not reverse) |
I Agree on that. But If I enable USB CDC, I can see the USB COM port. Using that COM port, how can we enter to dfu mode. Generally we can't change the Boot0 pin always. Previously I was using https://github.com/GrumpyOldPizza/arduino-STM32L4 Board package. There if I enable USB CDC and if I open and close COM port with 1200 baud rate it get entering in to dfu mode. |
I am not familiar with GrumpyOldPizza. This core Arduino_Core_STM32, doesn't provided such 2nd level bootloader, but it is ready to use some existing ones like HID Bootloader, Maple , ... |
Core Version: 2.3.0
Board: NUCLEO L476RG
But using upload protocol dfu. Everytime I need to make Boot pin high to enter dfu mode. Generally to enter dfu mode we open the com port with 1200 baud. It is not working. I tried in windows and Linux platform both.
Any workaround for this issue??
The text was updated successfully, but these errors were encountered: