From 997d4c66f106cdd91b7541a972129a75f68fd04e Mon Sep 17 00:00:00 2001
From: chen <15335560115@163.com>
Date: 星期六, 05 七月 2025 16:06:11 +0800
Subject: [PATCH] 初步写好485和AOA通信包体内容,未测试485通信报文和AOA通信报文和未移植角度判断算法

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

diff --git a/keil/Objects/uwb_simple_example.htm b/keil/Objects/uwb_simple_example.htm
index 3839eef..bdf0cda 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: Sat Jul  5 09:48:12 2025
+<BR><P>#&#060CALLGRAPH&#062# ARM Linker, 6140002: Last Updated: Sat Jul  5 14:54:19 2025
 <BR><P>
 <H3>Maximum Stack Usage =      13204 bytes + Unknown(Cycles, Untraceable Function Pointers)</H3><H3>
 Call chain for Maximum Stack Depth:</H3>
@@ -837,8 +837,8 @@
 </UL>
 <BR>[Address Reference Count : 1]<UL><LI> startup_mk800x.o(RESET)
 </UL>
-<P><STRONG><a name="[6f]"></a>Anchor_App</STRONG> (Thumb, 416 bytes, Stack size 40 bytes, uwb_app.o(.text.Anchor_App))
-<BR><BR>[Stack]<UL><LI>Max Depth = 772<LI>Call Chain = Anchor_App &rArr; trace_printf &rArr; trace_output &rArr;  trace_printf (Cycle)
+<P><STRONG><a name="[6f]"></a>Anchor_App</STRONG> (Thumb, 448 bytes, Stack size 48 bytes, uwb_app.o(.text.Anchor_App))
+<BR><BR>[Stack]<UL><LI>Max Depth = 780<LI>Call Chain = Anchor_App &rArr; trace_printf &rArr; trace_output &rArr;  trace_printf (Cycle)
 </UL>
 <BR>[Calls]<UL><LI><a href="#[6e]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;trace_printf
 <LI><a href="#[72]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;mk_q7_to_s16
@@ -1434,7 +1434,7 @@
 </UL>
 <BR>[Address Reference Count : 1]<UL><LI> startup_mk800x.o(RESET)
 </UL>
-<P><STRONG><a name="[e0]"></a>TagListUpdate</STRONG> (Thumb, 532 bytes, Stack size 56 bytes, uwb_app.o(.text.TagListUpdate))
+<P><STRONG><a name="[e0]"></a>TagListUpdate</STRONG> (Thumb, 544 bytes, Stack size 56 bytes, uwb_app.o(.text.TagListUpdate))
 <BR><BR>[Stack]<UL><LI>Max Depth = 56<LI>Call Chain = TagListUpdate
 </UL>
 <BR>[Calls]<UL><LI><a href="#[8f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;gpio_pin_set
@@ -2345,6 +2345,7 @@
 
 <P><STRONG><a name="[72]"></a>mk_q7_to_s16</STRONG> (Thumb, 12 bytes, Stack size 0 bytes, mk_misc.o(.text.mk_q7_to_s16))
 <BR><BR>[Called By]<UL><LI><a href="#[6f]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;Anchor_App
+<LI><a href="#[2a]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;rx_int_callback
 </UL>
 
 <P><STRONG><a name="[13f]"></a>mk_snprintf</STRONG> (Thumb, 26 bytes, Stack size 16 bytes, mk_trace.o(.text.mk_snprintf))
@@ -3536,10 +3537,11 @@
 <P><STRONG><a name="[34]"></a>sleep_timer_callback</STRONG> (Thumb, 32 bytes, Stack size 0 bytes, main.o(.text.sleep_timer_callback))
 <BR>[Address Reference Count : 1]<UL><LI> main.o(.text.main)
 </UL>
-<P><STRONG><a name="[2a]"></a>rx_int_callback</STRONG> (Thumb, 240 bytes, Stack size 24 bytes, uwb_app.o(.text.rx_int_callback))
+<P><STRONG><a name="[2a]"></a>rx_int_callback</STRONG> (Thumb, 284 bytes, Stack size 24 bytes, uwb_app.o(.text.rx_int_callback))
 <BR><BR>[Stack]<UL><LI>Max Depth = 13204<LI>Call Chain = rx_int_callback &rArr; pdoa_3d_calculate &rArr; pdoa_iq_get &rArr; MK8000_spotter_top &rArr; MK8000_LSP_process_sts_data &rArr; custom_cmpx2by2mat_inv &rArr; lsp_scale_f32 &rArr; lsp_g_op_f32 &rArr; lsp_engine_run &rArr; trace_assert_dump &rArr; trace_print_backtrace &rArr; mk_snprintf &rArr; trace_format &rArr; _PrintInt &rArr; _PrintUnsigned &rArr; __aeabi_uidiv
 </UL>
 <BR>[Calls]<UL><LI><a href="#[150]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;power_off_radio
+<LI><a href="#[72]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;mk_q7_to_s16
 <LI><a href="#[d4]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;uwb_rx
 <LI><a href="#[76]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;phy_timer_count_get
 <LI><a href="#[156]">&gt;&gt;</a>&nbsp;&nbsp;&nbsp;sts_valid_check

--
Gitblit v1.9.3