From 07f7a9b6e66e5673380e173c4d710d6f9acb557d Mon Sep 17 00:00:00 2001
From: chen <15335560115@163.com>
Date: 星期三, 28 五月 2025 14:36:07 +0800
Subject: [PATCH] 增加5V输入检测,每检测到5V输入30s内不休眠,开始时1s不休眠版本

---
 keil/Objects/uwb_simple_example.build_log.htm |  112 +++-----------------------------------------------------
 1 files changed, 6 insertions(+), 106 deletions(-)

diff --git a/keil/Objects/uwb_simple_example.build_log.htm b/keil/Objects/uwb_simple_example.build_log.htm
index fc28ee5..ab07b58 100644
--- a/keil/Objects/uwb_simple_example.build_log.htm
+++ b/keil/Objects/uwb_simple_example.build_log.htm
@@ -21,120 +21,20 @@
 Dialog DLL:      TARMCM1.DLL V1.14.2.0
  
 <h2>Project:</h2>
-D:\project chen\ChinaUWBProject_tag_URT\keil\uwb_simple_example.uvprojx
-Project File Date:  09/13/2024
+D:\project_chen\ChinaUWBProject_URT no UWB\ChinaUWBProject\keil\uwb_simple_example.uvprojx
+Project File Date:  03/14/2025
 
 <h2>Output:</h2>
 *** Using Compiler 'V6.14', folder: 'd:\Keil_v5\ARM\ARMCLANG\Bin'
 Build target 'MK8000 Release'
-include/main/main.c(57): warning: no previous extern declaration for non-static variable 'trx_buf' [-Wmissing-variable-declarations]
-uint8_t trx_buf[10] = {0};
-        ^
-include/main/main.c(57): note: declare 'static' if the variable is not intended to be used outside of this translation unit
-uint8_t trx_buf[10] = {0};
-^
-include/main/main.c(67): warning: no previous extern declaration for non-static variable 'test_uart_cfg' [-Wmissing-variable-declarations]
-struct UART_CFG_T test_uart_cfg =
-                  ^
-include/main/main.c(67): note: declare 'static' if the variable is not intended to be used outside of this translation unit
-struct UART_CFG_T test_uart_cfg =
-^
-include/main/main.c(106): warning: no previous extern declaration for non-static variable 'state5v' [-Wmissing-variable-declarations]
-uint8_t state5v = 1;
-        ^
-include/main/main.c(106): note: declare 'static' if the variable is not intended to be used outside of this translation unit
-uint8_t state5v = 1;
-^
-include/main/main.c(107): warning: no previous extern declaration for non-static variable 'bat_percent' [-Wmissing-variable-declarations]
-uint8_t bat_percent=0,g_start_send_flag=1;
-        ^
-include/main/main.c(107): note: declare 'static' if the variable is not intended to be used outside of this translation unit
-uint8_t bat_percent=0,g_start_send_flag=1;
-^
-include/main/main.c(107): warning: no previous extern declaration for non-static variable 'g_start_send_flag' [-Wmissing-variable-declarations]
-uint8_t bat_percent=0,g_start_send_flag=1;
-                      ^
-include/main/main.c(107): note: declare 'static' if the variable is not intended to be used outside of this translation unit
-uint8_t bat_percent=0,g_start_send_flag=1;
-^
-include/main/main.c(165): warning: implicit conversion loses integer precision: 'int' to 'uint8_t' (aka 'unsigned char') [-Wimplicit-int-conversion]
-            bat_percent = ((fVoltage_mv - 3300) /8);
-                        ~  ~~~~~~~~~~~~~~~~~~~~~^~
-include/main/main.c(178): warning: implicit conversion loses integer precision: 'uint16_t' (aka 'unsigned short') to 'uint8_t' (aka 'unsigned char') [-Wimplicit-int-conversion]
-group_id=g_com_map[GROUP_ID];
-        ~^~~~~~~~~~~~~~~~~~~
-include/main/main.c(180): warning: implicit conversion loses integer precision: 'int' to 'uint8_t' (aka 'unsigned char') [-Wimplicit-int-conversion]
-tag_frequence=1000/g_com_map[COM_INTERVAL];     
-             ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
-include/main/main.c(182): warning: illegal character encoding in string literal [-Winvalid-source-encoding]
-LOG_INFO(TRACE_MODULE_APP,"<C9>璞窱D: %x .\r\n",dev_id);
-                           ^~~~
-./include/drivers\mk_trace.h(170): note: expanded from macro 'LOG_INFO'
-#define LOG_INFO(LOG_MODULE, str, ...) TRACE(LOG_MODULE, TRACE_LEVEL_INFO, str, ##__VA_ARGS__)
-                                                                           ^~~
-./include/drivers\mk_trace.h(132): note: expanded from macro 'TRACE'
-#define TRACE(module, level, str, ...) trace_printf((module), (level), (str), ##__VA_ARGS__)
-                                                                        ^~~
-include/main/main.c(183): warning: illegal character encoding in string literal [-Winvalid-source-encoding]
-LOG_INFO(TRACE_MODULE_APP,"<B9>碳<FE><B0>姹�:UWB-<B1><EA>签 V%d.%d. \r\n",g_com_map[VERSION]>>8,g_com_map[VERSION]&0xff);
-                           ^~~~~~~~~~~~       ~~~~~~~~
-./include/drivers\mk_trace.h(170): note: expanded from macro 'LOG_INFO'
-#define LOG_INFO(LOG_MODULE, str, ...) TRACE(LOG_MODULE, TRACE_LEVEL_INFO, str, ##__VA_ARGS__)
-                                                                           ^~~
-./include/drivers\mk_trace.h(132): note: expanded from macro 'TRACE'
-#define TRACE(module, level, str, ...) trace_printf((module), (level), (str), ##__VA_ARGS__)
-                                                                        ^~~
-include/main/main.c(226): warning: implicit declaration of function 'reset_cause_get' is invalid in C99 [-Wimplicit-function-declaration]
-    reset_cause_get();
-    ^
-include/main/main.c(227): warning: implicit declaration of function 'reset_cause_clear' is invalid in C99 [-Wimplicit-function-declaration]
-    reset_cause_clear();
-    ^
-include/main/main.c(65): warning: no previous extern declaration for non-static variable 'enable_sleep_count' [-Wmissing-variable-declarations]
-uint8_t enable_sleep_count,sleep_flag;
-        ^
-include/main/main.c(65): note: declare 'static' if the variable is not intended to be used outside of this translation unit
-uint8_t enable_sleep_count,sleep_flag;
-^
-include/main/main.c(65): warning: no previous extern declaration for non-static variable 'sleep_flag' [-Wmissing-variable-declarations]
-uint8_t enable_sleep_count,sleep_flag;
-                           ^
-include/main/main.c(65): note: declare 'static' if the variable is not intended to be used outside of this translation unit
-uint8_t enable_sleep_count,sleep_flag;
-^
-include/main/main.c(108): warning: no previous extern declaration for non-static variable 'fVoltage_mv' [-Wmissing-variable-declarations]
-int16_t fVoltage_mv;
-        ^
-include/main/main.c(108): note: declare 'static' if the variable is not intended to be used outside of this translation unit
-int16_t fVoltage_mv;
-^
-include/main/main.c(112): warning: no previous extern declaration for non-static variable 'tag_frequence' [-Wmissing-variable-declarations]
-uint8_t tag_frequence;
-        ^
-include/main/main.c(112): note: declare 'static' if the variable is not intended to be used outside of this translation unit
-uint8_t tag_frequence;
-^
-include/main/main.c(91): warning: unused variable 'sample' [-Wunused-variable]
-static uint32_t sample[NUM_SAMPLES] = {0};
-                ^
-include/main/main.c(92): warning: unused variable 'usr_adc_cfg' [-Wunused-variable]
-static struct ADC_CFG_T usr_adc_cfg = {
-                        ^
-include/main/main.c(146): warning: unused function 'adc_callback' [-Wunused-function]
-static void adc_callback(void *data, uint32_t number)
-            ^
-include/main/main.c(170): warning: unused function 'voltage_input_handler' [-Wunused-function]
-static void voltage_input_handler(enum IO_PIN_T pin)
-            ^
-20 warnings generated.
-compiling main.c...
+compiling board.c...
 linking...
 .\include\devices\MK800X\Source\ARM\MK800X_ac6_copy.sct(25): warning: L6314W: No section matches pattern *(.XIP_SECTION).
-Program Size: Code=47104 RO-data=7260 RW-data=1272 ZI-data=25020  
+Program Size: Code=52784 RO-data=7296 RW-data=1284 ZI-data=26988  
 Finished: 0 information, 1 warning and 0 error messages.
 FromELF: creating hex file...
-After Build - User command #1: fromelf.exe --bincombined -o "Output\uwb_simple_example.bin" "D:\project chen\ChinaUWBProject_tag_URT\keil\Objects\uwb_simple_example.axf"
-".\Objects\uwb_simple_example.axf" - 0 Error(s), 21 Warning(s).
+After Build - User command #1: fromelf.exe --bincombined -o "Output\uwb_simple_example.bin" "D:\project_chen\ChinaUWBProject_URT no UWB\ChinaUWBProject\keil\Objects\uwb_simple_example.axf"
+".\Objects\uwb_simple_example.axf" - 0 Error(s), 1 Warning(s).
 
 <h2>Software Packages used:</h2>
 

--
Gitblit v1.9.3