dcpedit / pillzmod

Replacement PCBs for the Kinesis Advantage/Contour keyboards
Creative Commons Attribution 4.0 International
26 stars 3 forks source link

Blackpill STM32F411 not recognized #6

Closed skamelone closed 2 weeks ago

skamelone commented 3 weeks ago

I'm having trouble flashing this board. Today, I received the STM32F411 board and decided to check if I could flash it before soldering it onto the PCB. I can successfully flash it, but the board isn't recognized at all in VIA or Vial. I used the firmware dcpedit_kint_bp_vial_6layers.bin

vial-qmk ➤ dfu-util --list
dfu-util 0.11

Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2021 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to http://sourceforge.net/p/dfu-util/tickets/

Found DFU: [0483:df11] ver=2200, devnum=1, cfg=1, intf=0, path="0-1", alt=3, name="@Device Feature/0xFFFF0000/01*004 e", serial="369A388B3233"
Found DFU: [0483:df11] ver=2200, devnum=1, cfg=1, intf=0, path="0-1", alt=2, name="@OTP Memory /0x1FFF7800/01*512 e,01*016 e", serial="369A388B3233"
Found DFU: [0483:df11] ver=2200, devnum=1, cfg=1, intf=0, path="0-1", alt=1, name="@Option Bytes  /0x1FFFC000/01*016 e", serial="369A388B3233"
Found DFU: [0483:df11] ver=2200, devnum=1, cfg=1, intf=0, path="0-1", alt=0, name="@Internal Flash  /0x08000000/04*016Kg,01*064Kg,03*128Kg", serial="369A388B3233"

vial-qmk ➤ dfu-util -vd 0483:df11 -a 0 -s 0x8000000 -D dcpedit_kint_bp_vial_6layers.bin
...
 Download from image offset 00010800 to memory 08010800-08010fff, size 2048
 Download from image offset 00011000 to memory 08011000-080117ff, size 2048
 Download from image offset 00011800 to memory 08011800-08011baf, size 944
File downloaded successfully

After reconnecting the board, I start VIA or VIAL and nothing. I also tried another STM32F411 and same thing. Any idea?

skamelone commented 2 weeks ago

For anyone having the same error: