From 07f7a9b6e66e5673380e173c4d710d6f9acb557d Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期三, 28 五月 2025 14:36:07 +0800 Subject: [PATCH] 增加5V输入检测,每检测到5V输入30s内不休眠,开始时1s不休眠版本 --- keil/Objects/uwb_simple_example.htm | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/keil/Objects/uwb_simple_example.htm b/keil/Objects/uwb_simple_example.htm index 0747bc0..aca3626 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 May 27 15:19:51 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 @@ -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