Update README.md

master
book诗意 2020-04-16 20:05:03 +08:00 committed by GitHub
parent 0cc2d7b04d
commit 9f17a593ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -1,8 +1,13 @@
# NaviKit_stm32
导航套件源码STM32F107VCT6开发环境STM32CubeIDE
PM1导航套件中电源控制板源码STM32F107VCT6开发环境STM32CubeIDE
# 主要功能
* USB端口负载的启动顺序编辑
* 电量统计基于IIC协议的库仑计
* 作为CDC Device接入到USB2.0-HUB的Downsteam端口下
# Note
在使用usb的时候
`stm32f1xx_hal_pcd.c文件内`
`void HAL_PCD_IRQHandler(PCD_HandleTypeDef *hpcd)函数内`
`HAL_PCD_SuspendCallback(hpcd) 代码段` 务必屏蔽,否则导致枚举失败,提示获取设备描述符失败。
`HAL_PCD_SuspendCallback(hpcd) 代码段` 务必屏蔽,否则导致枚举失败,提示获取设备描述符失败。