From e53c046d08a448638a56af05ca293310e10b0228 Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期四, 24 四月 2025 17:49:38 +0800 Subject: [PATCH] V1.11版本加入一小时后无测距重启逻辑,缩减开机后为1s全速运行 --- keil/Objects/uwb_simple_example.htm | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/keil/Objects/uwb_simple_example.htm b/keil/Objects/uwb_simple_example.htm index 1f5b1e7..0747bc0 100644 --- a/keil/Objects/uwb_simple_example.htm +++ b/keil/Objects/uwb_simple_example.htm @@ -3,7 +3,7 @@ <title>Static Call Graph - [.\Objects\uwb_simple_example.axf]</title></head> <body><HR> <H1>Static Call Graph for image .\Objects\uwb_simple_example.axf</H1><HR> -<BR><P>#<CALLGRAPH># ARM Linker, 6140002: Last Updated: Wed Apr 2 15:36:28 2025 +<BR><P>#<CALLGRAPH># ARM Linker, 6140002: Last Updated: Thu Apr 24 17:12:07 2025 <BR><P> <H3>Maximum Stack Usage = 1580 bytes + Unknown(Cycles, Untraceable Function Pointers)</H3><H3> Call chain for Maximum Stack Depth:</H3> @@ -964,7 +964,7 @@ </UL> <BR>[Address Reference Count : 1]<UL><LI> startup_mk800x.o(RESET) </UL> -<P><STRONG><a name="[a5]"></a>TagRange</STRONG> (Thumb, 1180 bytes, Stack size 72 bytes, uwb_tag_.o(.text.TagRange)) +<P><STRONG><a name="[a5]"></a>TagRange</STRONG> (Thumb, 1188 bytes, Stack size 72 bytes, uwb_tag_.o(.text.TagRange)) <BR><BR>[Stack]<UL><LI>Max Depth = 892<LI>Call Chain = TagRange ⇒ Uwb_Update ⇒ save_com_map_to_flash ⇒ flash_open ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[70]">>></a> delay_us @@ -2676,7 +2676,7 @@ </UL> <BR>[Address Reference Count : 1]<UL><LI> main.o(.data..L_MergedGlobals) </UL> -<P><STRONG><a name="[2e]"></a>sleep_timer_callback</STRONG> (Thumb, 112 bytes, Stack size 8 bytes, main.o(.text.sleep_timer_callback)) +<P><STRONG><a name="[2e]"></a>sleep_timer_callback</STRONG> (Thumb, 152 bytes, Stack size 8 bytes, main.o(.text.sleep_timer_callback)) <BR><BR>[Stack]<UL><LI>Max Depth = 420<LI>Call Chain = sleep_timer_callback ⇒ battery_monitor_get ⇒ adc_get ⇒ dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[c0]">>></a> battery_monitor_open -- Gitblit v1.9.3