-
Notifications
You must be signed in to change notification settings - Fork 33
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
Fresh boards, can't flash via DFU #26
Comments
Using st-flash succeeds but the part remains dysfunctional :(
|
All boards have the same issue, all flash fine, all report low speed device. Are there any extra fuses or anything that need to be set beforehand? |
I am using the variant from thomasesr. https://github.com/thomasesr/easy-pdk-programmer-hardware which has flipped D+/D- it seems. I wish I could open an issue to warn others. But even when flipping them, the part does not appear to come online. |
Aah! That was it. Just flipped D+/D- on Thomasesr's version. |
I ordered several boards of this variant from JLCPCB. And, they used a STM32F072C8T6 C80488 but it seems the parts don't come from the factory with a USB bootloader for DFU. According to the datasheet, for DFU USB should be on PB6/7 instead of PA11/12.
What is the actual procedure for getting an appropriate bootloader onto the STM32F072C8T6, or mechanism to use other programmer?
I have an ST-Link programmer, which is OpenOCD compatible, but I don't see any indication how to use the SWD programming with this part. What is the recommended path forward?
The text was updated successfully, but these errors were encountered: