From 53f6f1aeb95939da52f546f4016926a5e0fd8ce7 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期五, 13 一月 2023 15:54:37 +0800 Subject: [PATCH] V2.62 去掉调试模式 --- MDK-ARM/L051/L051.htm | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/MDK-ARM/L051/L051.htm b/MDK-ARM/L051/L051.htm index 5988d6a..e1a5027 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 Oct 25 12:26:38 2022 +<BR><P>#<CALLGRAPH># ARM Linker, 5060750: Last Updated: Wed Jan 11 16:06:54 2023 <BR><P> <H3>Maximum Stack Usage = 312 bytes + Unknown(Cycles, Untraceable Function Pointers)</H3><H3> Call chain for Maximum Stack Depth:</H3> @@ -167,6 +167,7 @@ <LI><a href="#[9d]">>></a> HAL_LPTIM_CompareMatchCallback <LI><a href="#[102]">>></a> Registor_Poll <LI><a href="#[82]">>></a> NextSlotDelayMs +<LI><a href="#[f9]">>></a> NearPoll <LI><a href="#[99]">>></a> HAL_InitTick <LI><a href="#[b1]">>></a> LPTIM_WaitForFlag <LI><a href="#[d7]">>></a> UART_SetConfig @@ -1593,8 +1594,8 @@ <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="[f9]"></a>NearPoll</STRONG> (Thumb, 1572 bytes, Stack size 40 bytes, dw_app.o(i.NearPoll)) -<BR><BR>[Stack]<UL><LI>Max Depth = 224<LI>Call Chain = NearPoll ⇒ SetLPTimer ⇒ NextPollDelay ⇒ __aeabi_dmul ⇒ _double_epilogue ⇒ __aeabi_llsr +<P><STRONG><a name="[f9]"></a>NearPoll</STRONG> (Thumb, 1682 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="#[44]">>></a> __aeabi_ui2d <LI><a href="#[3f]">>></a> __aeabi_dmul @@ -1625,6 +1626,7 @@ <LI><a href="#[a0]">>></a> save_com_map_to_flash <LI><a href="#[63]">>></a> memcmp <LI><a href="#[66]">>></a> __aeabi_memcpy +<LI><a href="#[4c]">>></a> __aeabi_uidivmod <LI><a href="#[fa]">>></a> ceil </UL> <BR>[Called By]<UL><LI><a href="#[108]">>></a> Tag_App @@ -1660,7 +1662,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="[100]"></a>Program_Init</STRONG> (Thumb, 198 bytes, Stack size 24 bytes, main.o(i.Program_Init)) +<P><STRONG><a name="[100]"></a>Program_Init</STRONG> (Thumb, 196 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="#[44]">>></a> __aeabi_ui2d @@ -1771,7 +1773,7 @@ <BR>[Address Reference Count : 1]<UL><LI> startup_stm32l051xx.o(.text) </UL> <P><STRONG><a name="[108]"></a>Tag_App</STRONG> (Thumb, 206 bytes, Stack size 24 bytes, dw_app.o(i.Tag_App)) -<BR><BR>[Stack]<UL><LI>Max Depth = 248<LI>Call Chain = Tag_App ⇒ NearPoll ⇒ SetLPTimer ⇒ NextPollDelay ⇒ __aeabi_dmul ⇒ _double_epilogue ⇒ __aeabi_llsr +<BR><BR>[Stack]<UL><LI>Max Depth = 264<LI>Call Chain = Tag_App ⇒ NearPoll ⇒ SetLPTimer ⇒ NextPollDelay ⇒ __aeabi_dmul ⇒ _double_epilogue ⇒ __aeabi_llsr </UL> <BR>[Calls]<UL><LI><a href="#[10a]">>></a> __ARM_common_switch8 <LI><a href="#[72]">>></a> HAL_GPIO_WritePin -- Gitblit v1.9.3