From dcbd0e93b5cc05ea9f1e1152c7951a37e12d177f Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期二, 03 六月 2025 15:23:36 +0800 Subject: [PATCH] V1.13版本修改接收时间和帧间隔和延迟接收时间参数,适配铁鞋稳定一对多测距版本 --- keil/Objects/uwb_simple_example.htm | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/keil/Objects/uwb_simple_example.htm b/keil/Objects/uwb_simple_example.htm index 0747bc0..ed7ebc4 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: Thu Apr 24 17:12:07 2025 +<BR><P>#<CALLGRAPH># ARM Linker, 6140002: Last Updated: Tue Jun 3 15:22:25 2025 <BR><P> <H3>Maximum Stack Usage = 1580 bytes + Unknown(Cycles, Untraceable Function Pointers)</H3><H3> Call chain for Maximum Stack Depth:</H3> @@ -643,8 +643,8 @@ </UL> <BR>[Address Reference Count : 1]<UL><LI> startup_mk800x.o(RESET) </UL> -<P><STRONG><a name="[5a]"></a>IdleTask</STRONG> (Thumb, 48 bytes, Stack size 8 bytes, main.o(.text.IdleTask)) -<BR><BR>[Stack]<UL><LI>Max Depth = 32<LI>Call Chain = IdleTask ⇒ UART0_CheckReceive +<P><STRONG><a name="[5a]"></a>IdleTask</STRONG> (Thumb, 72 bytes, Stack size 16 bytes, main.o(.text.IdleTask)) +<BR><BR>[Stack]<UL><LI>Max Depth = 40<LI>Call Chain = IdleTask ⇒ UART0_CheckReceive </UL> <BR>[Calls]<UL><LI><a href="#[5c]">>></a> gpio_pin_get_val <LI><a href="#[5b]">>></a> UART0_CheckReceive @@ -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, 1188 bytes, Stack size 72 bytes, uwb_tag_.o(.text.TagRange)) +<P><STRONG><a name="[a5]"></a>TagRange</STRONG> (Thumb, 1184 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 @@ -1177,7 +1177,7 @@ <BR>[Called By]<UL><LI><a href="#[25]">>></a> main </UL> -<P><STRONG><a name="[cc]"></a>board_led_init</STRONG> (Thumb, 38 bytes, Stack size 16 bytes, board.o(.text.board_led_init)) +<P><STRONG><a name="[cc]"></a>board_led_init</STRONG> (Thumb, 68 bytes, Stack size 16 bytes, board.o(.text.board_led_init)) <BR><BR>[Stack]<UL><LI>Max Depth = 36<LI>Call Chain = board_led_init ⇒ io_pull_set </UL> <BR>[Calls]<UL><LI><a href="#[cf]">>></a> io_pull_set @@ -1784,7 +1784,7 @@ <BR><BR>[Called By]<UL><LI><a href="#[100]">>></a> power_enter_power_down_mode </UL> -<P><STRONG><a name="[25]"></a>main</STRONG> (Thumb, 516 bytes, Stack size 16 bytes, main.o(.text.main)) +<P><STRONG><a name="[25]"></a>main</STRONG> (Thumb, 588 bytes, Stack size 16 bytes, main.o(.text.main)) <BR><BR>[Stack]<UL><LI>Max Depth = 1052<LI>Call Chain = main ⇒ LoraUp_Poll ⇒ uwb_configure ⇒ phy_params_generate ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[c0]">>></a> battery_monitor_open @@ -2676,8 +2676,8 @@ </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, 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 +<P><STRONG><a name="[2e]"></a>sleep_timer_callback</STRONG> (Thumb, 156 bytes, Stack size 16 bytes, main.o(.text.sleep_timer_callback)) +<BR><BR>[Stack]<UL><LI>Max Depth = 428<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 <LI><a href="#[bf]">>></a> battery_monitor_get -- Gitblit v1.9.3