From a4c70ecbe6a867203310fb4ce4f508a6017495b9 Mon Sep 17 00:00:00 2001
From: chen <15335560115@163.com>
Date: 星期一, 04 十一月 2024 10:03:14 +0800
Subject: [PATCH] 修复供电不足情况下单片机无法休眠问题,增加打印电量LOG,未更新SDK0.6.4

---
 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 ab5cce1..95833d5 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>#&#060CALLGRAPH&#062# ARM Linker, 6140002: Last Updated: Thu Oct 31 18:02:42 2024
+<BR><P>#&#060CALLGRAPH&#062# ARM Linker, 6140002: Last Updated: Mon Nov  4 09:18:11 2024
 <BR><P>
 <H3>Maximum Stack Usage =       1172 bytes + Unknown(Cycles, Untraceable Function Pointers)</H3><H3>
 Call chain for Maximum Stack Depth:</H3>
@@ -2768,7 +2768,7 @@
 <BR><BR>[Called By]<UL><LI><a href="#[172]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;power_enter_power_down_mode
 </UL>
 
-<P><STRONG><a name="[28]"></a>main</STRONG> (Thumb, 732 bytes, Stack size 8 bytes, main.o(.text.main))
+<P><STRONG><a name="[28]"></a>main</STRONG> (Thumb, 736 bytes, Stack size 8 bytes, main.o(.text.main))
 <BR><BR>[Stack]<UL><LI>Max Depth = 892<LI>Call Chain = main &rArr; mcu_deep_sleep &rArr; power_enter_power_down_mode &rArr; phy_restore &rArr; phy_tx_regs_config &rArr; trace_printf &rArr; trace_output &rArr;  trace_printf (Cycle)
 </UL>
 <BR>[Calls]<UL><LI><a href="#[88]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;trace_printf
@@ -3520,7 +3520,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, 216 bytes, Stack size 32 bytes, main.o(.text.adc_callback))
+<P><STRONG><a name="[35]"></a>adc_callback</STRONG> (Thumb, 240 bytes, Stack size 32 bytes, main.o(.text.adc_callback))
 <BR><BR>[Stack]<UL><LI>Max Depth = 772<LI>Call Chain = adc_callback &rArr; trace_printf &rArr; trace_output &rArr;  trace_printf (Cycle)
 </UL>
 <BR>[Calls]<UL><LI><a href="#[88]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;trace_printf

--
Gitblit v1.9.3