From 26db5e14522173c274ac954c867d2ebe5d8ca3ac Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期二, 18 十一月 2025 19:43:53 +0800
Subject: [PATCH] python和STM32数据双向调通,准备下一阶段GPS测试。
---
STM32H743/MDK-ARM/STM32H743.uvprojx | 19 +++++++++++++++++--
1 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/STM32H743/MDK-ARM/STM32H743.uvprojx b/STM32H743/MDK-ARM/STM32H743.uvprojx
index ae53da5..1680d98 100644
--- a/STM32H743/MDK-ARM/STM32H743.uvprojx
+++ b/STM32H743/MDK-ARM/STM32H743.uvprojx
@@ -16,7 +16,7 @@
<TargetCommonOption>
<Device>STM32H743VITx</Device>
<Vendor>STMicroelectronics</Vendor>
- <PackID>Keil.STM32H7xx_DFP.4.0.0</PackID>
+ <PackID>Keil.STM32H7xx_DFP.4.1.3</PackID>
<PackURL>https://www.keil.com/pack/</PackURL>
<Cpu>IRAM(0x20000000-0x2001FFFF) IRAM2(0x24000000-0x2407FFFF) IROM(0x8000000-0x81FFFFF) CLOCK(12000000) FPU3(DFPU) CPUTYPE("Cortex-M7") ELITTLE TZ</Cpu>
<FlashUtilSpec></FlashUtilSpec>
@@ -81,7 +81,7 @@
</BeforeMake>
<AfterMake>
<RunUserProg1>0</RunUserProg1>
- <RunUserProg2>0</RunUserProg2>
+ <RunUserProg2>1</RunUserProg2>
<UserProg1Name></UserProg1Name>
<UserProg2Name></UserProg2Name>
<UserProg1Dos16Mode>0</UserProg1Dos16Mode>
@@ -453,6 +453,11 @@
<FileType>1</FileType>
<FilePath>..\APL\Shell.c</FilePath>
</File>
+ <File>
+ <FileName>TCPClient.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\APL\TCPClient.c</FilePath>
+ </File>
</Files>
</Group>
<Group>
@@ -518,6 +523,16 @@
<FileType>1</FileType>
<FilePath>..\FML\pwm_ctrol.c</FilePath>
</File>
+ <File>
+ <FileName>SBUS.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\FML\SBUS.c</FilePath>
+ </File>
+ <File>
+ <FileName>PythonLink.c</FileName>
+ <FileType>1</FileType>
+ <FilePath>..\FML\PythonLink.c</FilePath>
+ </File>
</Files>
</Group>
<Group>
--
Gitblit v1.9.3