From 1b4876fa8c75d9a0f3ffbfdc515a59a776f9dd65 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期五, 19 四月 2024 14:42:27 +0800 Subject: [PATCH] 增加数据上传秒延迟模式,增加远距离通道,测试网关通讯能力模式 --- MDK-ARM/L051/L051.htm | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/MDK-ARM/L051/L051.htm b/MDK-ARM/L051/L051.htm index 9358800..f665134 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 27 11:55:31 2024 +<BR><P>#<CALLGRAPH># ARM Linker, 5060750: Last Updated: Fri Apr 19 14:34:57 2024 <BR><P> <H3>Maximum Stack Usage = 480 bytes + Unknown(Cycles, Untraceable Function Pointers)</H3><H3> Call chain for Maximum Stack Depth:</H3> @@ -1774,8 +1774,10 @@ <LI><a href="#[10e]">>></a> IdleTask </UL> -<P><STRONG><a name="[120]"></a>LoraReportFreqPoll</STRONG> (Thumb, 54 bytes, Stack size 0 bytes, dw_mbx_tag.o(i.LoraReportFreqPoll)) -<BR><BR>[Called By]<UL><LI><a href="#[11e]">>></a> LoraReportPoll +<P><STRONG><a name="[120]"></a>LoraReportFreqPoll</STRONG> (Thumb, 48 bytes, Stack size 8 bytes, dw_mbx_tag.o(i.LoraReportFreqPoll)) +<BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = LoraReportFreqPoll +</UL> +<BR>[Called By]<UL><LI><a href="#[11e]">>></a> LoraReportPoll </UL> <P><STRONG><a name="[11e]"></a>LoraReportPoll</STRONG> (Thumb, 396 bytes, Stack size 32 bytes, dw_mbx_tag.o(i.LoraReportPoll)) @@ -1830,7 +1832,7 @@ <BR>[Called By]<UL><LI><a href="#[1e]">>></a> main </UL> -<P><STRONG><a name="[125]"></a>Lora_Send_Poll</STRONG> (Thumb, 34 bytes, Stack size 8 bytes, main.o(i.Lora_Send_Poll)) +<P><STRONG><a name="[125]"></a>Lora_Send_Poll</STRONG> (Thumb, 48 bytes, Stack size 8 bytes, main.o(i.Lora_Send_Poll)) <BR><BR>[Stack]<UL><LI>Max Depth = 112<LI>Call Chain = Lora_Send_Poll ⇒ LoraReportPoll ⇒ SwitchLoraSettings </UL> <BR>[Calls]<UL><LI><a href="#[11e]">>></a> LoraReportPoll @@ -1880,7 +1882,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="[29]"></a>OnRxDone</STRONG> (Thumb, 550 bytes, Stack size 40 bytes, lora.o(i.OnRxDone)) +<P><STRONG><a name="[29]"></a>OnRxDone</STRONG> (Thumb, 548 bytes, Stack size 40 bytes, lora.o(i.OnRxDone)) <BR><BR>[Stack]<UL><LI>Max Depth = 240<LI>Call Chain = OnRxDone ⇒ MbxTagUwbRec ⇒ Anchor_RecNearPoll ⇒ dwt_starttx ⇒ dwt_entersleepaftertx ⇒ dwt_write32bitoffsetreg ⇒ dwt_writetodevice ⇒ writetospi ⇒ Uwb_CS_di ⇒ __2printf </UL> <BR>[Calls]<UL><LI><a href="#[66]">>></a> __aeabi_ui2d @@ -1910,7 +1912,7 @@ </UL> <BR>[Address Reference Count : 1]<UL><LI> lora.o(i.LoraInit) </UL> -<P><STRONG><a name="[2b]"></a>OnRxTimeout</STRONG> (Thumb, 84 bytes, Stack size 16 bytes, lora.o(i.OnRxTimeout)) +<P><STRONG><a name="[2b]"></a>OnRxTimeout</STRONG> (Thumb, 76 bytes, Stack size 16 bytes, lora.o(i.OnRxTimeout)) <BR><BR>[Stack]<UL><LI>Max Depth = 88<LI>Call Chain = OnRxTimeout ⇒ SwitchLoraSettings </UL> <BR>[Calls]<UL><LI><a href="#[11d]">>></a> SwitchLoraSettings @@ -3612,7 +3614,7 @@ </UL> <BR>[Address Reference Count : 1]<UL><LI> entry9a.o(.ARM.Collect$$$$0000000B) </UL> -<P><STRONG><a name="[13b]"></a>parameter_init</STRONG> (Thumb, 108 bytes, Stack size 8 bytes, global_param.o(i.parameter_init)) +<P><STRONG><a name="[13b]"></a>parameter_init</STRONG> (Thumb, 104 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="#[136]">>></a> save_com_map_to_flash -- Gitblit v1.9.3