From 5bf948272927a95041754945cbdef8c848c57738 Mon Sep 17 00:00:00 2001 From: zhangbo <zhangbo@qq.com> Date: 星期五, 25 四月 2025 17:59:47 +0800 Subject: [PATCH] 添加OTA中断使能,待测试, --- keil/Objects/uwb_simple_example.htm | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/keil/Objects/uwb_simple_example.htm b/keil/Objects/uwb_simple_example.htm index 7a11004..3595e58 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: Fri Apr 25 11:46:56 2025 +<BR><P>#<CALLGRAPH># ARM Linker, 6140002: Last Updated: Fri Apr 25 17:56:56 2025 <BR><P> <H3>Maximum Stack Usage = 1604 bytes + Unknown(Cycles, Untraceable Function Pointers)</H3><H3> Call chain for Maximum Stack Depth:</H3> @@ -2410,8 +2410,8 @@ <BR>[Called By]<UL><LI><a href="#[1ce]">>></a> check_input_change </UL> -<P><STRONG><a name="[17d]"></a>Program_Init</STRONG> (Thumb, 496 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) +<P><STRONG><a name="[17d]"></a>Program_Init</STRONG> (Thumb, 500 bytes, Stack size 32 bytes, main.o(.text.Program_Init)) +<BR><BR>[Stack]<UL><LI>Max Depth = 836<LI>Call Chain = Program_Init ⇒ parameter_init_anchor ⇒ flash_open ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[a5]">>></a> trace_printf <LI><a href="#[e6]">>></a> delay_ms @@ -3631,7 +3631,7 @@ <BR><BR>[Called By]<UL><LI><a href="#[1f9]">>></a> power_enter_power_down_mode </UL> -<P><STRONG><a name="[2a]"></a>main</STRONG> (Thumb, 596 bytes, Stack size 16 bytes, main.o(.text.main)) +<P><STRONG><a name="[2a]"></a>main</STRONG> (Thumb, 600 bytes, Stack size 16 bytes, main.o(.text.main)) <BR><BR>[Stack]<UL><LI>Max Depth = 1220<LI>Call Chain = main ⇒ IdleTask ⇒ UART_CheckReceive ⇒ DBG_Poll ⇒ UsartParseDataHandler ⇒ GPS_RecvFsm ⇒ UDPClient_UploadGPS ⇒ Socket_Send ⇒ HIDO_Debug ⇒ Uart_Send ⇒ uart_send ⇒ dma_transfer ⇒ trace_assert_dump ⇒ trace_print_backtrace ⇒ mk_snprintf ⇒ trace_format ⇒ _PrintInt ⇒ _PrintUnsigned ⇒ __aeabi_uidiv </UL> <BR>[Calls]<UL><LI><a href="#[1b9]">>></a> adc_open -- Gitblit v1.9.3