From f7107e325fbd42ed9875b7b28c340e1cda8627cc Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期日, 24 三月 2024 18:29:51 +0800 Subject: [PATCH] 1.12 修复大于25个的添加标签的bug --- MDK-ARM/L051/L051.htm | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/MDK-ARM/L051/L051.htm b/MDK-ARM/L051/L051.htm index 11b4f9d..7e2dcde 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: Wed Mar 13 17:45:40 2024 +<BR><P>#<CALLGRAPH># ARM Linker, 5060750: Last Updated: Sat Mar 23 19:44:53 2024 <BR><P> <H3>Maximum Stack Usage = 272 bytes + Unknown(Cycles, Untraceable Function Pointers)</H3><H3> Call chain for Maximum Stack Depth:</H3> @@ -581,7 +581,7 @@ <P><STRONG><a name="[189]"></a>__decompress1</STRONG> (Thumb, 86 bytes, Stack size unknown bytes, __dczerorl2.o(.text), UNUSED) -<P><STRONG><a name="[78]"></a>AddNewTagIntoList</STRONG> (Thumb, 96 bytes, Stack size 20 bytes, dw_mbx_anc.o(i.AddNewTagIntoList)) +<P><STRONG><a name="[78]"></a>AddNewTagIntoList</STRONG> (Thumb, 92 bytes, Stack size 20 bytes, dw_mbx_anc.o(i.AddNewTagIntoList)) <BR><BR>[Stack]<UL><LI>Max Depth = 20<LI>Call Chain = AddNewTagIntoList </UL> <BR>[Called By]<UL><LI><a href="#[76]">>></a> CmpTagInList @@ -984,6 +984,7 @@ <LI><a href="#[105]">>></a> MX_GPIO_Init <LI><a href="#[ef]">>></a> MBXANCPoll <LI><a href="#[e4]">>></a> LoraSyncRecPoll +<LI><a href="#[14c]">>></a> Tag_App <LI><a href="#[7b]">>></a> Reset_DW1000 <LI><a href="#[135]">>></a> SX126xWriteCommand <LI><a href="#[137]">>></a> SX126xWakeup @@ -1475,7 +1476,7 @@ <BR>[Called By]<UL><LI><a href="#[1e]">>></a> main </UL> -<P><STRONG><a name="[ef]"></a>MBXANCPoll</STRONG> (Thumb, 826 bytes, Stack size 48 bytes, dw_mbx_anc.o(i.MBXANCPoll)) +<P><STRONG><a name="[ef]"></a>MBXANCPoll</STRONG> (Thumb, 898 bytes, Stack size 48 bytes, dw_mbx_anc.o(i.MBXANCPoll)) <BR><BR>[Stack]<UL><LI>Max Depth = 224<LI>Call Chain = MBXANCPoll ⇒ CalculateDists ⇒ __aeabi_dmul ⇒ _double_epilogue ⇒ __aeabi_llsr </UL> <BR>[Calls]<UL><LI><a href="#[57]">>></a> __aeabi_fdiv @@ -2458,10 +2459,11 @@ <BR>[Called By]<UL><LI><a href="#[ef]">>></a> MBXANCPoll </UL> -<P><STRONG><a name="[14c]"></a>Tag_App</STRONG> (Thumb, 148 bytes, Stack size 24 bytes, dw_app.o(i.Tag_App)) +<P><STRONG><a name="[14c]"></a>Tag_App</STRONG> (Thumb, 160 bytes, Stack size 24 bytes, dw_app.o(i.Tag_App)) <BR><BR>[Stack]<UL><LI>Max Depth = 248<LI>Call Chain = Tag_App ⇒ MBXANCPoll ⇒ CalculateDists ⇒ __aeabi_dmul ⇒ _double_epilogue ⇒ __aeabi_llsr </UL> -<BR>[Calls]<UL><LI><a href="#[14f]">>></a> delay_us +<BR>[Calls]<UL><LI><a href="#[e0]">>></a> HAL_GPIO_WritePin +<LI><a href="#[14f]">>></a> delay_us <LI><a href="#[62]">>></a> __aeabi_ui2d <LI><a href="#[5c]">>></a> __aeabi_dsub <LI><a href="#[64]">>></a> __aeabi_d2uiz @@ -3078,7 +3080,7 @@ </UL> <BR>[Address Reference Count : 1]<UL><LI> entry9a.o(.ARM.Collect$$$$0000000B) </UL> -<P><STRONG><a name="[10c]"></a>parameter_init</STRONG> (Thumb, 96 bytes, Stack size 8 bytes, global_param.o(i.parameter_init)) +<P><STRONG><a name="[10c]"></a>parameter_init</STRONG> (Thumb, 92 bytes, Stack size 8 bytes, global_param.o(i.parameter_init)) <BR><BR>[Stack]<UL><LI>Max Depth = 104<LI>Call Chain = parameter_init ⇒ save_com_map_to_flash ⇒ FLASH_Prepare ⇒ HAL_FLASHEx_Erase ⇒ FLASH_WaitForLastOperation ⇒ FLASH_SetErrorCode </UL> <BR>[Calls]<UL><LI><a href="#[eb]">>></a> save_com_map_to_flash -- Gitblit v1.9.3