Go to file
bookshiyi 5e594244e9 update 2020-07-15 18:26:22 +08:00
.settings update 2020-07-15 18:26:22 +08:00
.vscode update 2020-07-15 18:26:22 +08:00
Core update 2020-07-15 18:26:22 +08:00
Drivers update 2020-07-15 18:26:22 +08:00
Middlewares update 2020-07-15 18:26:22 +08:00
USB_DEVICE update 2020-07-15 18:26:22 +08:00
.cproject update 2020-07-15 18:26:22 +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-07-15 18:26:22 +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-07-08 11:04:02 +08:00
NaviKit_stm32.ioc update 2020-07-15 18:26:22 +08:00
README.md Update README.md 2020-04-30 10:15:46 +08:00
STM32F107VCTX_FLASH.ld update 2020-02-20 12:38:58 +08:00

README.md

NaviKit_stm32

PM1导航套件中电源控制板源码STM32F107VCT6开发环境STM32CubeIDE

特性

1.电池管理统计功能基于IIC协议的库仑计

2.负载的启动顺序编辑和软件改变/查询负载状态

串口通信协议

  • TODO

STM32作为CDC Device接入到USB2.0-HUB的Downsteam 7端口下

  • 负载开关部分

    位置 字节0 字节1 字节2 字节3 字节4 字节5 字节6 字节7
    功能 帧头 读写 指令
    示例 0xA5 0x80 读
    0x81 写
    0x7f 返回
  • 电池管理部分

Note

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