From 5b22090187a41518cd4d72253f2fef4c61a0ce9b Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期三, 27 八月 2025 14:04:12 +0800 Subject: [PATCH] 1.8,修改蜂鸣器bug --- keil/Objects/uwb_simple_example.htm | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/keil/Objects/uwb_simple_example.htm b/keil/Objects/uwb_simple_example.htm index 943fd36..06dc576 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: Mon Aug 25 15:54:00 2025 +<BR><P>#<CALLGRAPH># ARM Linker, 6140002: Last Updated: Wed Aug 27 11:58:03 2025 <BR><P> <H3>Maximum Stack Usage = 1580 bytes + Unknown(Cycles, Untraceable Function Pointers)</H3><H3> Call chain for Maximum Stack Depth:</H3> @@ -237,6 +237,7 @@ <LI><a href="#[3f]">>></a> _float_epilogue </UL> <BR>[Called By]<UL><LI><a href="#[24]">>></a> main +<LI><a href="#[2e]">>></a> sleep_timer_callback <LI><a href="#[b3]">>></a> MK8000_read_rssi <LI><a href="#[af]">>></a> MK8000_preamble_FAP_LSP <LI><a href="#[b4]">>></a> MK8000_sts_FAP_detect @@ -333,6 +334,7 @@ <P><STRONG><a name="[82]"></a>__aeabi_fcmple</STRONG> (Thumb, 28 bytes, Stack size 0 bytes, fcmple.o(.text)) <BR><BR>[Called By]<UL><LI><a href="#[81]">>></a> IMUTask +<LI><a href="#[2e]">>></a> sleep_timer_callback <LI><a href="#[b4]">>></a> MK8000_sts_FAP_detect <LI><a href="#[9f]">>></a> MK8000_all_antenna_FAP <LI><a href="#[a1]">>></a> enhanced_sts_fap_detect @@ -3138,8 +3140,11 @@ <P><STRONG><a name="[34]"></a>pwm_callback</STRONG> (Thumb, 2 bytes, Stack size 0 bytes, main.o(.text.pwm_callback)) <BR>[Address Reference Count : 1]<UL><LI> main.o(.rodata..L__const.main.usr_pwm_cfg) </UL> -<P><STRONG><a name="[2e]"></a>sleep_timer_callback</STRONG> (Thumb, 40 bytes, Stack size 8 bytes, main.o(.text.sleep_timer_callback)) -<BR><BR>[Stack]<UL><LI>Max Depth = 8<LI>Call Chain = sleep_timer_callback +<P><STRONG><a name="[2e]"></a>sleep_timer_callback</STRONG> (Thumb, 76 bytes, Stack size 24 bytes, main.o(.text.sleep_timer_callback)) +<BR><BR>[Stack]<UL><LI>Max Depth = 60<LI>Call Chain = sleep_timer_callback ⇒ __aeabi_fadd ⇒ _float_epilogue +</UL> +<BR>[Calls]<UL><LI><a href="#[3e]">>></a> __aeabi_fadd +<LI><a href="#[82]">>></a> __aeabi_fcmple </UL> <BR>[Address Reference Count : 1]<UL><LI> main.o(.text.main) </UL> -- Gitblit v1.9.3