From 9e32d5c947afca993e24f0fdd0abc3db51846047 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期一, 12 八月 2024 14:16:46 +0800 Subject: [PATCH] V2.81 修复DISCPOLL,收不到基站回复BUG,原因是超时时间开太短了 --- 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 9601750..ad85027 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: Fri Jun 14 15:57:19 2024 +<BR><P>#<CALLGRAPH># ARM Linker, 5060750: Last Updated: Mon Aug 12 14:13:03 2024 <BR><P> <H3>Maximum Stack Usage = 320 bytes + Unknown(Cycles, Untraceable Function Pointers)</H3><H3> Call chain for Maximum Stack Depth:</H3> @@ -631,7 +631,7 @@ </UL> <BR>[Address Reference Count : 1]<UL><LI> startup_stm32l051xx.o(RESET) </UL> -<P><STRONG><a name="[5e]"></a>DiscPoll2</STRONG> (Thumb, 646 bytes, Stack size 24 bytes, ss_dw_tag_core.o(i.DiscPoll2)) +<P><STRONG><a name="[5e]"></a>DiscPoll2</STRONG> (Thumb, 644 bytes, Stack size 24 bytes, ss_dw_tag_core.o(i.DiscPoll2)) <BR><BR>[Stack]<UL><LI>Max Depth = 208<LI>Call Chain = DiscPoll2 ⇒ CalculateDists ⇒ __aeabi_dmul ⇒ _double_epilogue ⇒ __aeabi_llsr </UL> <BR>[Calls]<UL><LI><a href="#[44]">>></a> __aeabi_ui2d @@ -1728,7 +1728,7 @@ <P><STRONG><a name="[4]"></a>PendSV_Handler</STRONG> (Thumb, 2 bytes, Stack size 0 bytes, stm32l0xx_it.o(i.PendSV_Handler)) <BR>[Address Reference Count : 1]<UL><LI> startup_stm32l051xx.o(RESET) </UL> -<P><STRONG><a name="[105]"></a>Program_Init</STRONG> (Thumb, 232 bytes, Stack size 16 bytes, main.o(i.Program_Init)) +<P><STRONG><a name="[105]"></a>Program_Init</STRONG> (Thumb, 230 bytes, Stack size 16 bytes, main.o(i.Program_Init)) <BR><BR>[Stack]<UL><LI>Max Depth = 152<LI>Call Chain = Program_Init ⇒ GetLPTime ⇒ __aeabi_dmul ⇒ _double_epilogue ⇒ __aeabi_llsr </UL> <BR>[Calls]<UL><LI><a href="#[44]">>></a> __aeabi_ui2d -- Gitblit v1.9.3