From c1a1e9ca3319de5f8fa3d68c63e7aa12f5b7ebd5 Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期二, 23 一月 2024 17:07:14 +0800
Subject: [PATCH] V3.23 修复多标签测距丢包BUG,问题原因是rxbuffer长度不够,溢出了。

---
 MDK-ARM/L051/L051.htm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/MDK-ARM/L051/L051.htm b/MDK-ARM/L051/L051.htm
index ca6904c..f0dbfeb 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>#&#060CALLGRAPH&#062# ARM Linker, 5060750: Last Updated: Thu Jan 11 10:43:56 2024
+<BR><P>#&#060CALLGRAPH&#062# ARM Linker, 5060750: Last Updated: Tue Jan 23 17:01:38 2024
 <BR><P>
 <H3>Maximum Stack Usage =        312 bytes + Unknown(Cycles, Untraceable Function Pointers)</H3><H3>
 Call chain for Maximum Stack Depth:</H3>
@@ -1454,7 +1454,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="[e0]"></a>NearPoll</STRONG> (Thumb, 2066 bytes, Stack size 88 bytes, dw_app.o(i.NearPoll))
+<P><STRONG><a name="[e0]"></a>NearPoll</STRONG> (Thumb, 2042 bytes, Stack size 88 bytes, dw_app.o(i.NearPoll))
 <BR><BR>[Stack]<UL><LI>Max Depth = 288<LI>Call Chain = NearPoll &rArr; SyncAncUpdate &rArr; SetLPTimer &rArr; NextPollDelay &rArr; __aeabi_dmul &rArr; _double_epilogue &rArr; __aeabi_llsr
 </UL>
 <BR>[Calls]<UL><LI><a href="#[34]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;__aeabi_fdiv

--
Gitblit v1.9.3