-
-
Notifications
You must be signed in to change notification settings - Fork 40k
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
[Bug] i can't flash qmk firmware to stm32f103c6t6a #16908
Comments
i am M1 mac |
Flash was successful, however its likely you have not applied the additional changes listed in #15297. |
Compiling: platforms/chibios/boards/STM32_F103_STM32DUINO/board/board.c platforms/chibios/boards/STM32_F103_STM32DUINO/board/board.c:34:3: error: extra brace group at end of initializer Ⅰ update my keyboard file from #15297 ,but it has a new error |
Can you test the STM32F103C6 support code from #17853? Note that you need to use at least |
Closing as #17853 added tested examples. |
Opening DFU capable USB device...
Device ID 1eaf:0003
Device DFU version 0110
Claiming USB DFU Interface...
Setting Alternate Interface #2 ...
Determining device status...
DFU state(5) = dfuDNLOAD-IDLE, status(0) = No error condition is present
Aborting previous incomplete transfer
Determining device status...
DFU state(2) = dfuIDLE, status(0) = No error condition is present
DFU mode device DFU version 0110
Device returned transfer size 1024
Copying data from PC to DFU device
Download [=========================] 100% 21192 bytes
Download done.
DFU state(8) = dfuMANIFEST-WAIT-RESET, status(0) = No error condition is present
Resetting USB to switch back to runtime mode
error resetting after download (LIBUSB_ERROR_TIMEOUT)
Done!
gmake[1]: *** [platforms/chibios/flash.mk:98: flash] Error 74
gmake: *** [Makefile:413: stm32test:default:flash] Error 1
Make finished with errors
it always has a error when i flash qmk firmware to stm32f103c6t6a
the stm32duino bootloader was flashed in stm32f103c6t6a alread
The text was updated successfully, but these errors were encountered: