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>#<CALLGRAPH># ARM Linker, 6140002: Last Updated: Tue Sep 3 15:37:25 2024 +<BR><P>#<CALLGRAPH># 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]">>></a> 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 ⇒ parameter_init_anchor ⇒ flash_open ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[8d]">>></a> trace_printf @@ -3163,7 +3163,7 @@ <BR>[Called By]<UL><LI><a href="#[199]">>></a> 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 ⇒ Program_Init ⇒ parameter_init_anchor ⇒ flash_open ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[8d]">>></a> trace_printf @@ -3181,7 +3181,6 @@ <LI><a href="#[19d]">>></a> reset_cause_clear <LI><a href="#[160]">>></a> sleep_timer_start <LI><a href="#[1a1]">>></a> power_init -<LI><a href="#[155]">>></a> uart_open <LI><a href="#[152]">>></a> uart_close <LI><a href="#[1a2]">>></a> sleep_timer_open <LI><a href="#[f6]">>></a> IIC2_Init @@ -3741,7 +3740,6 @@ <LI><a href="#[17d]">>></a> clock_set_divider </UL> <BR>[Called By]<UL><LI><a href="#[180]">>></a> trace_open -<LI><a href="#[28]">>></a> main <LI><a href="#[103]">>></a> uart1_change_from_debug_to_gps <LI><a href="#[9e]">>></a> Uart_Init </UL> -- Gitblit v1.9.3