From 8eb8eba7ff14bab0754b0ec187f6c169112cd7a2 Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期四, 08 七月 2021 16:25:52 +0800 Subject: [PATCH] 修改单包模式发送气压BUG --- 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 65b07c8..1551cfc 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: Mon Jun 21 16:02:49 2021 +<BR><P>#<CALLGRAPH># ARM Linker, 5060750: Last Updated: Tue Jul 06 18:51:36 2021 <BR><P> <H3>Maximum Stack Usage = 344 bytes + Unknown(Cycles, Untraceable Function Pointers)</H3><H3> Call chain for Maximum Stack Depth:</H3> @@ -1564,7 +1564,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="[f0]"></a>NearPoll</STRONG> (Thumb, 1430 bytes, Stack size 40 bytes, dw_app.o(i.NearPoll)) +<P><STRONG><a name="[f0]"></a>NearPoll</STRONG> (Thumb, 1432 bytes, Stack size 40 bytes, dw_app.o(i.NearPoll)) <BR><BR>[Stack]<UL><LI>Max Depth = 176<LI>Call Chain = NearPoll ⇒ ceil ⇒ __aeabi_drsub ⇒ __aeabi_dadd ⇒ _double_epilogue ⇒ _double_round </UL> <BR>[Calls]<UL><LI><a href="#[5d]">>></a> delay_ms @@ -1610,8 +1610,8 @@ <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="[f9]"></a>Poll</STRONG> (Thumb, 786 bytes, Stack size 72 bytes, dw_app.o(i.Poll)) -<BR><BR>[Stack]<UL><LI>Max Depth = 156<LI>Call Chain = Poll ⇒ dwt_starttx ⇒ dwt_entersleepaftertx ⇒ dwt_write32bitoffsetreg ⇒ dwt_writetodevice ⇒ writetospi +<P><STRONG><a name="[f9]"></a>Poll</STRONG> (Thumb, 786 bytes, Stack size 64 bytes, dw_app.o(i.Poll)) +<BR><BR>[Stack]<UL><LI>Max Depth = 148<LI>Call Chain = Poll ⇒ dwt_starttx ⇒ dwt_entersleepaftertx ⇒ dwt_write32bitoffsetreg ⇒ dwt_writetodevice ⇒ writetospi </UL> <BR>[Calls]<UL><LI><a href="#[92]">>></a> SetNextPollTime <LI><a href="#[6a]">>></a> HAL_LPTIM_ReadCounter @@ -1751,7 +1751,7 @@ <P><STRONG><a name="[1f]"></a>SystemInit</STRONG> (Thumb, 66 bytes, Stack size 0 bytes, system_stm32l0xx.o(i.SystemInit)) <BR>[Address Reference Count : 1]<UL><LI> startup_stm32l051xx.o(.text) </UL> -<P><STRONG><a name="[103]"></a>Tag_App</STRONG> (Thumb, 234 bytes, Stack size 24 bytes, dw_app.o(i.Tag_App)) +<P><STRONG><a name="[103]"></a>Tag_App</STRONG> (Thumb, 236 bytes, Stack size 24 bytes, dw_app.o(i.Tag_App)) <BR><BR>[Stack]<UL><LI>Max Depth = 312<LI>Call Chain = Tag_App ⇒ GetPressAndHeight ⇒ pow ⇒ __kernel_poly ⇒ __aeabi_dmul ⇒ _double_epilogue ⇒ _double_round </UL> <BR>[Calls]<UL><LI><a href="#[52]">>></a> GetPressAndHeight -- Gitblit v1.9.3