STM32F103usb使用示例
STM32F103系列USB接扣的使用示例,对以后USB作为设备开发具有很好的示范作用,适合于稍微有点USB基础的人。
下载地址
用户评论
compiling main.c... ..\src\main.c(9): error: #5: cannot open source input file "stm32f10x.h": No such file or directory #include "stm32f10x.h" ..\src\main.c: 0 warnings, 1 error "..\src\main.c" - 1 Error(s), 0 Warning(s).
编译成功了,慢慢看代码......