From f313a9ae0ed73b1343280de648b8a19e2d36983c Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期一, 24 二月 2025 10:00:56 +0800 Subject: [PATCH] 3.5,加入加速度计10s开机后重新初始化,发生硬件错误直接重启 --- MDK-ARM/STM32L071RB/STM32L071RB.build_log.htm | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/MDK-ARM/STM32L071RB/STM32L071RB.build_log.htm b/MDK-ARM/STM32L071RB/STM32L071RB.build_log.htm index 522462e..3a24814 100644 --- a/MDK-ARM/STM32L071RB/STM32L071RB.build_log.htm +++ b/MDK-ARM/STM32L071RB/STM32L071RB.build_log.htm @@ -22,7 +22,7 @@ <h2>Project:</h2> C:\git\XRange_Tag - 铁鞋 - 新逻辑\MDK-ARM\STM32L071RB.uvprojx -Project File Date: 01/08/2025 +Project File Date: 02/19/2025 <h2>Output:</h2> *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin' @@ -48,9 +48,9 @@ delay_ms(100); ..\APL\App.c(386): warning: #177-D: variable "powerled_state" was declared but never referenced static u8 powerled_state=0; -..\APL\App.c(535): warning: #223-D: function "Sleep_Panduan_Poll" declared implicitly +..\APL\App.c(541): warning: #223-D: function "Sleep_Panduan_Poll" declared implicitly Sleep_Panduan_Poll(); -..\APL\App.c(551): warning: #1-D: last line of file ends without a newline +..\APL\App.c(557): warning: #1-D: last line of file ends without a newline ////以上是源代码,被拆除时间接性关闭4G ..\APL\App.c(49): warning: #177-D: variable "l_bDismantle" was declared but never referenced static HIDO_BOOL l_bDismantle = HIDO_FALSE; @@ -70,7 +70,7 @@ static HIDO_VOID LBSLocationCallback(ST_LBSLocation *_pstLBSLocation, HIDO_VOID *_pArg) ..\APL\App.c: 20 warnings, 0 errors linking... -Program Size: Code=51920 RO-data=4840 RW-data=1412 ZI-data=16516 +Program Size: Code=52072 RO-data=4840 RW-data=1412 ZI-data=16388 FromELF: creating hex file... "STM32L071RB\STM32L071RB.axf" - 0 Error(s), 20 Warning(s). @@ -95,7 +95,7 @@ <h2>Collection of Component Files used:</h2> * Component: ARM::CMSIS:CORE:5.4.0 -Build Time Elapsed: 00:00:02 +Build Time Elapsed: 00:00:05 </pre> </body> </html> -- Gitblit v1.9.3