From 9ff35110c0d55f0c5f3dbb3453301283a1e8de42 Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期一, 04 十一月 2024 09:51:40 +0800 Subject: [PATCH] 增加串口打印LOG提示电量,并修复亏电情况下不进入低功耗问题 --- 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 6fe1d97..1188a82 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 Oct 31 17:55:50 2024 +<BR><P>#<CALLGRAPH># ARM Linker, 6140002: Last Updated: Mon Nov 4 09:17:52 2024 <BR><P> <H3>Maximum Stack Usage = 1580 bytes + Unknown(Cycles, Untraceable Function Pointers)</H3><H3> Call chain for Maximum Stack Depth:</H3> @@ -3481,7 +3481,7 @@ <BR><BR>[Called By]<UL><LI><a href="#[1c5]">>></a> power_enter_power_down_mode </UL> -<P><STRONG><a name="[28]"></a>main</STRONG> (Thumb, 660 bytes, Stack size 8 bytes, main.o(.text.main)) +<P><STRONG><a name="[28]"></a>main</STRONG> (Thumb, 668 bytes, Stack size 8 bytes, main.o(.text.main)) <BR><BR>[Stack]<UL><LI>Max Depth = 892<LI>Call Chain = main ⇒ mcu_deep_sleep ⇒ power_enter_power_down_mode ⇒ phy_restore ⇒ phy_tx_regs_config ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[93]">>></a> trace_printf @@ -4530,7 +4530,7 @@ <BR>[Address Reference Count : 2]<UL><LI> mk_uart.o(.text.uart_receive) <LI> mk_uart.o(.text.uart_send) </UL> -<P><STRONG><a name="[35]"></a>adc_callback</STRONG> (Thumb, 212 bytes, Stack size 32 bytes, main.o(.text.adc_callback)) +<P><STRONG><a name="[35]"></a>adc_callback</STRONG> (Thumb, 252 bytes, Stack size 32 bytes, main.o(.text.adc_callback)) <BR><BR>[Stack]<UL><LI>Max Depth = 772<LI>Call Chain = adc_callback ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[93]">>></a> trace_printf -- Gitblit v1.9.3