From c8240d55741f0ed86099a0a8c616f4fc68372134 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期四, 25 十二月 2025 10:17:55 +0800 Subject: [PATCH] OTA功能测试完成,4G超时时间异常,出现4G中断情况,等杜工修改。 --- STM32H743/MDK-ARM/STM32H743/STM32H743.lnp | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/STM32H743/MDK-ARM/STM32H743/STM32H743.lnp b/STM32H743/MDK-ARM/STM32H743/STM32H743.lnp index 668b4e6..a678f78 100644 --- a/STM32H743/MDK-ARM/STM32H743/STM32H743.lnp +++ b/STM32H743/MDK-ARM/STM32H743/STM32H743.lnp @@ -17,6 +17,7 @@ "stm32h743\mqttapp.o" "stm32h743\pathstorage.o" "stm32h743\pathtest.o" +"stm32h743\otaupgrade.o" "stm32h743\dbg.o" "stm32h743\ntripclient.o" "stm32h743\module.o" @@ -37,6 +38,8 @@ "stm32h743\filedownload.o" "stm32h743\uart.o" "stm32h743\mcuflash.o" +"stm32h743\softcrc.o" +"stm32h743\bootmark.o" "stm32h743\stm32h7xx_hal_tim.o" "stm32h743\stm32h7xx_hal_tim_ex.o" "stm32h743\stm32h7xx_hal_cortex.o" @@ -71,11 +74,13 @@ "stm32h743\heap_4.o" "stm32h743\port.o" "..\HIDOLibrary\HIDOLibrary.lib" +"stm32h743\hido_timer.o" "stm32h743\motion_control.o" "stm32h743\motion_path_data.o" "stm32h743\geo_utils.o" "stm32h743\motion_control_task.o" "stm32h743\motion_calibration_task.o" +"stm32h743\aes.o" "stm32h743\basicmathfunctions.o" "stm32h743\basicmathfunctionsf16.o" "stm32h743\bayesfunctions.o" @@ -105,7 +110,7 @@ "stm32h743\transformfunctions.o" "stm32h743\transformfunctionsf16.o" "stm32h743\windowfunctions.o" ---strict --scatter "STM32H743\STM32H743.sct" +--library_type=microlib --strict --scatter "STM32H743\STM32H743.sct" --summary_stderr --info summarysizes --map --load_addr_map_info --xref --callgraph --symbols --info sizes --info totals --info unused --info veneers --list "STM32H743.map" -o STM32H743\STM32H743.axf \ No newline at end of file -- Gitblit v1.10.0