From 60c22dec163efa6611827bf1f71466a133aed731 Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期五, 04 十二月 2020 12:12:42 +0800 Subject: [PATCH] 关闭DEBUG MODE --- MDK-ARM/L051/L051.htm | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/MDK-ARM/L051/L051.htm b/MDK-ARM/L051/L051.htm index 09d98c7..1e9edeb 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: Thu Nov 26 14:23:10 2020 +<BR><P>#<CALLGRAPH># ARM Linker, 5060750: Last Updated: Thu Nov 26 17:12:46 2020 <BR><P> <H3>Maximum Stack Usage = 216 bytes + Unknown(Cycles, Untraceable Function Pointers)</H3><H3> Call chain for Maximum Stack Depth:</H3> @@ -799,6 +799,7 @@ <BR><BR>[Called By]<UL><LI><a href="#[b8]">>></a> IIC2_Wait_Ack <LI><a href="#[b4]">>></a> IIC2_Read_Byte <LI><a href="#[b]">>></a> EXTI0_1_IRQHandler +<LI><a href="#[1e]">>></a> main <LI><a href="#[87]">>></a> HAL_LPTIM_CompareMatchCallback <LI><a href="#[b9]">>></a> IdleTask <LI><a href="#[d5]">>></a> Registor_Poll @@ -1019,6 +1020,7 @@ <P><STRONG><a name="[fa]"></a>HAL_PWR_EnterSTOPMode</STRONG> (Thumb, 44 bytes, Stack size 0 bytes, stm32l0xx_hal_pwr.o(i.HAL_PWR_EnterSTOPMode)) <BR><BR>[Called By]<UL><LI><a href="#[8c]">>></a> mcu_sleep +<LI><a href="#[1e]">>></a> main </UL> <P><STRONG><a name="[9c]"></a>HAL_RCCEx_PeriphCLKConfig</STRONG> (Thumb, 342 bytes, Stack size 24 bytes, stm32l0xx_hal_rcc_ex.o(i.HAL_RCCEx_PeriphCLKConfig)) @@ -1421,7 +1423,7 @@ <BR>[Called By]<UL><LI><a href="#[dc]">>></a> Tag_App </UL> -<P><STRONG><a name="[d3]"></a>Program_Init</STRONG> (Thumb, 234 bytes, Stack size 24 bytes, main.o(i.Program_Init)) +<P><STRONG><a name="[d3]"></a>Program_Init</STRONG> (Thumb, 232 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="#[3c]">>></a> __aeabi_ddiv @@ -2080,12 +2082,14 @@ </UL> <BR>[Address Reference Count : 1]<UL><LI> printf1.o(i.__0printf$1) </UL> -<P><STRONG><a name="[1e]"></a>main</STRONG> (Thumb, 224 bytes, Stack size 0 bytes, main.o(i.main)) +<P><STRONG><a name="[1e]"></a>main</STRONG> (Thumb, 256 bytes, Stack size 0 bytes, main.o(i.main)) <BR><BR>[Stack]<UL><LI>Max Depth = 216<LI>Call Chain = main ⇒ Tag_App ⇒ Registor_Poll ⇒ IdleTask ⇒ GetLPTime ⇒ __aeabi_dmul ⇒ _double_epilogue ⇒ __aeabi_llsr </UL> <BR>[Calls]<UL><LI><a href="#[53]">>></a> HAL_GPIO_WritePin +<LI><a href="#[52]">>></a> HAL_GPIO_ReadPin <LI><a href="#[bd]">>></a> LIS3DH_Data_Init <LI><a href="#[ae]">>></a> HAL_UART_Receive_DMA +<LI><a href="#[fa]">>></a> HAL_PWR_EnterSTOPMode <LI><a href="#[97]">>></a> HAL_LPTIM_Init <LI><a href="#[82]">>></a> HAL_Init <LI><a href="#[da]">>></a> SystemClock_Config -- Gitblit v1.9.3