From efab89b019485bb46eb52471ac7a6f99b9888abe Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期五, 27 十月 2023 12:16:20 +0800 Subject: [PATCH] V2.72 解决串口数据溢出,导致临近基站ID变0的问题 --- MDK-ARM/L051/L051.htm | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/MDK-ARM/L051/L051.htm b/MDK-ARM/L051/L051.htm index 1e77cdd..42157d0 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 Oct 20 17:57:53 2023 +<BR><P>#<CALLGRAPH># ARM Linker, 5060750: Last Updated: Fri Oct 27 12:13:06 2023 <BR><P> <H3>Maximum Stack Usage = 264 bytes + Unknown(Cycles, Untraceable Function Pointers)</H3><H3> Call chain for Maximum Stack Depth:</H3> @@ -525,7 +525,7 @@ </UL> <BR>[Address Reference Count : 1]<UL><LI> startup_stm32l051xx.o(RESET) </UL> -<P><STRONG><a name="[50]"></a>DiscPoll</STRONG> (Thumb, 556 bytes, Stack size 64 bytes, dw_app.o(i.DiscPoll)) +<P><STRONG><a name="[50]"></a>DiscPoll</STRONG> (Thumb, 552 bytes, Stack size 64 bytes, dw_app.o(i.DiscPoll)) <BR><BR>[Stack]<UL><LI>Max Depth = 240<LI>Call Chain = DiscPoll ⇒ GetNearMsg ⇒ NextSlotDelayMs ⇒ __aeabi_dmul ⇒ _double_epilogue ⇒ __aeabi_llsr </UL> <BR>[Calls]<UL><LI><a href="#[54]">>></a> dwt_writetxfctrl @@ -637,7 +637,7 @@ <LI><a href="#[65]">>></a> save_com_map_to_flash </UL> -<P><STRONG><a name="[7b]"></a>FZNearPoll</STRONG> (Thumb, 1498 bytes, Stack size 72 bytes, dw_ancapp.o(i.FZNearPoll)) +<P><STRONG><a name="[7b]"></a>FZNearPoll</STRONG> (Thumb, 1446 bytes, Stack size 72 bytes, dw_ancapp.o(i.FZNearPoll)) <BR><BR>[Stack]<UL><LI>Max Depth = 208<LI>Call Chain = FZNearPoll ⇒ ceil ⇒ __aeabi_drsub ⇒ __aeabi_dadd ⇒ _double_epilogue ⇒ __aeabi_llsr </UL> <BR>[Calls]<UL><LI><a href="#[40]">>></a> __aeabi_ui2d @@ -1619,7 +1619,7 @@ <P><STRONG><a name="[1]"></a>NMI_Handler</STRONG> (Thumb, 2 bytes, Stack size 0 bytes, stm32l0xx_it.o(i.NMI_Handler)) <BR>[Address Reference Count : 1]<UL><LI> startup_stm32l051xx.o(RESET) </UL> -<P><STRONG><a name="[fe]"></a>NearPoll</STRONG> (Thumb, 1690 bytes, Stack size 56 bytes, dw_app.o(i.NearPoll)) +<P><STRONG><a name="[fe]"></a>NearPoll</STRONG> (Thumb, 1680 bytes, Stack size 56 bytes, dw_app.o(i.NearPoll)) <BR><BR>[Stack]<UL><LI>Max Depth = 240<LI>Call Chain = NearPoll ⇒ SetLPTimer ⇒ NextPollDelay ⇒ __aeabi_dmul ⇒ _double_epilogue ⇒ __aeabi_llsr </UL> <BR>[Calls]<UL><LI><a href="#[40]">>></a> __aeabi_ui2d @@ -1688,7 +1688,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="[102]"></a>Program_Init</STRONG> (Thumb, 204 bytes, Stack size 24 bytes, main.o(i.Program_Init)) +<P><STRONG><a name="[102]"></a>Program_Init</STRONG> (Thumb, 206 bytes, Stack size 24 bytes, main.o(i.Program_Init)) <BR><BR>[Stack]<UL><LI>Max Depth = 160<LI>Call Chain = Program_Init ⇒ GetLPTime ⇒ __aeabi_dmul ⇒ _double_epilogue ⇒ __aeabi_llsr </UL> <BR>[Calls]<UL><LI><a href="#[40]">>></a> __aeabi_ui2d -- Gitblit v1.9.3