fix: enable four-channel weighing in MCU2

This commit is contained in:
FinleyHsu
2026-07-28 11:10:13 +08:00
parent c2377565dc
commit d1073dc3bc
12 changed files with 2117 additions and 2335 deletions
@@ -23,7 +23,10 @@ MCU1 版本标识:`V2.1_260709_4CH`。
- `MCU2/src/CMSIS/`CMSIS 与启动文件
- `MCU2/src/STM32F10x_FWLib/`STM32F10x 标准外设库
- `MCU2/src/SYSTEM/`:系统基础模块
- `MCU2/Release/MCU2_HEX_Output.hex`:副控板可烧录固件
- `MCU2/gcc_build/`:副控板 ARM GCC 构建脚本
- `MCU2/Release/MCU2_V2.1_260728_4CH.hex`:副控板可烧录固件
MCU2 版本标识:`V2.1_260728_4CH`,启用四路称重,四路均为 2400 波特率,并停用 GPS。
## 构建方式
@@ -36,3 +39,9 @@ MCU1 ARM GCC
```sh
make -C gcc_build
```
MCU2 ARM GCC
```sh
make -C MCU2/gcc_build
```