From 1dcc8f022ebbcd6422bae262a8b1debf77fa954a Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期三, 22 一月 2025 10:03:07 +0800 Subject: [PATCH] 2.63,修改上一版bug。下发震动时候不进入stopmode --- MDK-ARM/L051/L051.htm | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MDK-ARM/L051/L051.htm b/MDK-ARM/L051/L051.htm index 31c7295..79f15b0 100644 --- a/MDK-ARM/L051/L051.htm +++ b/MDK-ARM/L051/L051.htm @@ -3,7 +3,7 @@ <title>Static Call Graph - [L051\L051.axf]</title></head> <body><HR> <H1>Static Call Graph for image L051\L051.axf</H1><HR> -<BR><P>#<CALLGRAPH># ARM Linker, 5060750: Last Updated: Tue Jan 21 17:49:22 2025 +<BR><P>#<CALLGRAPH># ARM Linker, 5060750: Last Updated: Wed Jan 22 09:45:57 2025 <BR><P> <H3>Maximum Stack Usage = 320 bytes + Unknown(Cycles, Untraceable Function Pointers)</H3><H3> Call chain for Maximum Stack Depth:</H3> @@ -1624,7 +1624,7 @@ <LI><a href="#[21]">>></a> test_read_byte </UL> -<P><STRONG><a name="[fb]"></a>IdleTask</STRONG> (Thumb, 430 bytes, Stack size 24 bytes, main.o(i.IdleTask)) +<P><STRONG><a name="[fb]"></a>IdleTask</STRONG> (Thumb, 368 bytes, Stack size 24 bytes, main.o(i.IdleTask)) <BR><BR>[Stack]<UL><LI>Max Depth = 176<LI>Call Chain = IdleTask ⇒ Get_Battary ⇒ __aeabi_dmul ⇒ _double_epilogue ⇒ __aeabi_llsr </UL> <BR>[Calls]<UL><LI><a href="#[81]">>></a> HAL_GPIO_WritePin @@ -2647,7 +2647,7 @@ </UL> <BR>[Address Reference Count : 1]<UL><LI> printf1.o(i.__0printf$1) </UL> -<P><STRONG><a name="[1e]"></a>main</STRONG> (Thumb, 264 bytes, Stack size 0 bytes, main.o(i.main)) +<P><STRONG><a name="[1e]"></a>main</STRONG> (Thumb, 272 bytes, Stack size 0 bytes, main.o(i.main)) <BR><BR>[Stack]<UL><LI>Max Depth = 320<LI>Call Chain = main ⇒ Tag_App ⇒ SwitchTagState ⇒ NearPoll ⇒ DiscPoll2 ⇒ CalculateDists ⇒ __aeabi_dmul ⇒ _double_epilogue ⇒ __aeabi_llsr </UL> <BR>[Calls]<UL><LI><a href="#[81]">>></a> HAL_GPIO_WritePin -- Gitblit v1.9.3