我的STM32F103C8T6的板子今天刷了STM32duino-bootloader。 但是程序上传出现错误:Couldn't find the DFU device: [1EAF:0003] 并且USB串口不停打印: Congratulations, you have installed the STM32duino bootloader See http://github.com/rogerclarkmelbourne/STM32duino-bootloader For more information about Arduino on STM32 and http://www.stm32duino.com 1.请问如何解决? 2.如果解决不了,原厂bootloader哪里下载?是否可以刷回出厂的bootloader PS:淘宝买的测试LED接PB12的最小系统板子 |
我是参考此帖子进行BootLoader烧录的。http://jingyan.eeboard.com/article/76394
BootLoader文件用的github下载的最新的bin文件(因为板子LED是PB12的)
http://github.com/rogerclarkmelb ... ric_boot20_pb12.bin
sketch烧写,board应该选择相应的GENERIC F103
variant 选择128k;
2。可以刷回原厂,可以问下卖家具体的来源。
评分
查看全部评分
上面2个链接参考一下。可能会有帮助。
http://www.stm32duino.com/viewtopic.php?f=32&t=3616
当然STMCU芯片内部已经内置bootloader,可以通过UART或USB进行代码更新。
评分
查看全部评分