From 76c6f753fae3cc84ebb0f129d10aff2fb5c9720f Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期五, 08 八月 2025 16:56:23 +0800 Subject: [PATCH] 免布线基站V1.13,修改电量百分比算法,使能显示到100% --- keil/Objects/uwb_simple_example.htm | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/keil/Objects/uwb_simple_example.htm b/keil/Objects/uwb_simple_example.htm index aca3626..26dae0d 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 May 27 15:19:51 2025 +<BR><P>#<CALLGRAPH># ARM Linker, 6140002: Last Updated: Fri Aug 8 16:35:43 2025 <BR><P> <H3>Maximum Stack Usage = 1580 bytes + Unknown(Cycles, Untraceable Function Pointers)</H3><H3> Call chain for Maximum Stack Depth:</H3> @@ -144,6 +144,8 @@ <LI><a href="#[e2]">>></a> high_xtal_off_time <LI><a href="#[22]">>></a> RCO32K_CAL_IRQHandler <LI><a href="#[9f]">>></a> rtc_second_to_time +<LI><a href="#[25]">>></a> main +<LI><a href="#[2e]">>></a> sleep_timer_callback <LI><a href="#[106]">>></a> phy_freq_offset_get </UL> @@ -1784,7 +1786,7 @@ <BR><BR>[Called By]<UL><LI><a href="#[100]">>></a> power_enter_power_down_mode </UL> -<P><STRONG><a name="[25]"></a>main</STRONG> (Thumb, 588 bytes, Stack size 16 bytes, main.o(.text.main)) +<P><STRONG><a name="[25]"></a>main</STRONG> (Thumb, 592 bytes, Stack size 16 bytes, main.o(.text.main)) <BR><BR>[Stack]<UL><LI>Max Depth = 1052<LI>Call Chain = main ⇒ LoraUp_Poll ⇒ uwb_configure ⇒ phy_params_generate ⇒ trace_printf ⇒ trace_output ⇒ trace_printf (Cycle) </UL> <BR>[Calls]<UL><LI><a href="#[c0]">>></a> battery_monitor_open @@ -1822,6 +1824,7 @@ <LI><a href="#[ac]">>></a> Tag_uwb_init <LI><a href="#[a5]">>></a> TagRange <LI><a href="#[5d]">>></a> LoraUp_Poll +<LI><a href="#[9c]">>></a> __aeabi_idiv <LI><a href="#[74]">>></a> __aeabi_uidiv </UL> <BR>[Address Reference Count : 1]<UL><LI> entry9a.o(.ARM.Collect$$$$0000000B) @@ -2682,6 +2685,7 @@ <BR>[Calls]<UL><LI><a href="#[c0]">>></a> battery_monitor_open <LI><a href="#[bf]">>></a> battery_monitor_get <LI><a href="#[be]">>></a> battery_monitor_close +<LI><a href="#[9c]">>></a> __aeabi_idiv </UL> <BR>[Address Reference Count : 1]<UL><LI> main.o(.text.main) </UL> -- Gitblit v1.9.3