From 11163a8d87777cd4d47f6bc477fd7b75eccdf8a1 Mon Sep 17 00:00:00 2001
From: chen <15335560115@163.com>
Date: 星期二, 03 九月 2024 17:28:51 +0800
Subject: [PATCH] 解决初始化打印LOG不出现问题

---
 keil/Objects/uwb_simple_example.htm |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/keil/Objects/uwb_simple_example.htm b/keil/Objects/uwb_simple_example.htm
index bfdb520..fb180f6 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: Tue Sep  3 15:37:25 2024
+<BR><P>#&#060CALLGRAPH&#062# ARM Linker, 6140002: Last Updated: Tue Sep  3 17:10:26 2024
 <BR><P>
 <H3>Maximum Stack Usage =       1580 bytes + Unknown(Cycles, Untraceable Function Pointers)</H3><H3>
 Call chain for Maximum Stack Depth:</H3>
@@ -2047,7 +2047,7 @@
 <BR><BR>[Called By]<UL><LI><a href="#[165]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;WsfNvmInit
 </UL>
 
-<P><STRONG><a name="[131]"></a>Program_Init</STRONG> (Thumb, 348 bytes, Stack size 40 bytes, main.o(.text.Program_Init))
+<P><STRONG><a name="[131]"></a>Program_Init</STRONG> (Thumb, 420 bytes, Stack size 40 bytes, main.o(.text.Program_Init))
 <BR><BR>[Stack]<UL><LI>Max Depth = 844<LI>Call Chain = Program_Init &rArr; parameter_init_anchor &rArr; flash_open &rArr; trace_printf &rArr; trace_output &rArr;  trace_printf (Cycle)
 </UL>
 <BR>[Calls]<UL><LI><a href="#[8d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;trace_printf
@@ -3163,7 +3163,7 @@
 <BR>[Called By]<UL><LI><a href="#[199]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;mac_tx
 </UL>
 
-<P><STRONG><a name="[28]"></a>main</STRONG> (Thumb, 656 bytes, Stack size 8 bytes, main.o(.text.main))
+<P><STRONG><a name="[28]"></a>main</STRONG> (Thumb, 644 bytes, Stack size 8 bytes, main.o(.text.main))
 <BR><BR>[Stack]<UL><LI>Max Depth = 852<LI>Call Chain = main &rArr; Program_Init &rArr; parameter_init_anchor &rArr; flash_open &rArr; trace_printf &rArr; trace_output &rArr;  trace_printf (Cycle)
 </UL>
 <BR>[Calls]<UL><LI><a href="#[8d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;trace_printf
@@ -3181,7 +3181,6 @@
 <LI><a href="#[19d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;reset_cause_clear
 <LI><a href="#[160]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;sleep_timer_start
 <LI><a href="#[1a1]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;power_init
-<LI><a href="#[155]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;uart_open
 <LI><a href="#[152]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;uart_close
 <LI><a href="#[1a2]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;sleep_timer_open
 <LI><a href="#[f6]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;IIC2_Init
@@ -3741,7 +3740,6 @@
 <LI><a href="#[17d]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;clock_set_divider
 </UL>
 <BR>[Called By]<UL><LI><a href="#[180]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;trace_open
-<LI><a href="#[28]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;main
 <LI><a href="#[103]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;uart1_change_from_debug_to_gps
 <LI><a href="#[9e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;Uart_Init
 </UL>

--
Gitblit v1.9.3