Go to file
ThinkPad-T460P 0196c26ad3 修正usb枚举失败的问题 2020-04-14 17:28:14 +08:00
.settings update 2020-04-10 19:05:38 +08:00
Core update 2020-04-14 17:27:52 +08:00
Drivers 修正usb枚举失败的问题 2020-04-14 17:28:14 +08:00
Middlewares update 2020-04-06 21:16:18 +08:00
USB_DEVICE update 2020-04-14 17:27:52 +08:00
.cproject update 2020-04-10 19:05:38 +08:00
.gitattributes Initial commit 2020-02-20 11:39:38 +08:00
.gitignore update 2020-04-02 22:18:11 +08:00
.mxproject update 2020-04-10 19:05:38 +08:00
.project initial 2020-02-20 11:42:50 +08:00
NaviKit_stm32 Debug.cfg update 2020-04-10 19:05:38 +08:00
NaviKit_stm32 Debug.launch update 2020-04-10 19:05:38 +08:00
NaviKit_stm32.ioc update 2020-04-10 19:05:38 +08:00
README.md 修正usb枚举失败的问题 2020-04-14 17:28:14 +08:00
STM32F107VCTX_FLASH.ld update 2020-02-20 12:38:58 +08:00

README.md

NaviKit_stm32

导航套件源码STM32F107VCT6开发环境STM32CubeIDE

Note

在使用usb的时候 stm32f1xx_hal_pcd.c文件内 void HAL_PCD_IRQHandler(PCD_HandleTypeDef *hpcd)函数内 HAL_PCD_SuspendCallback(hpcd) 代码段 务必屏蔽,否则导致枚举失败,提示获取设备描述符失败。