From 2e3abb4576f5ee872daffeb626cea76e763a3b54 Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期三, 14 九月 2022 18:20:01 +0800 Subject: [PATCH] v2.54 修改加速计初始化部分,标签保存参数前会校验 --- MDK-ARM/L051/L051.build_log.htm | 15 ++++++++++++--- 1 files changed, 12 insertions(+), 3 deletions(-) diff --git a/MDK-ARM/L051/L051.build_log.htm b/MDK-ARM/L051/L051.build_log.htm index 9504aa5..c2b6723 100644 --- a/MDK-ARM/L051/L051.build_log.htm +++ b/MDK-ARM/L051/L051.build_log.htm @@ -22,12 +22,21 @@ <h2>Project:</h2> E:\GIT\XRange_Tag\MDK-ARM\L051.uvprojx -Project File Date: 08/12/2022 +Project File Date: 09/14/2022 <h2>Output:</h2> *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'D:\Keil_v5\ARM\ARMCC\Bin' Build target 'L051' -"L051\L051.axf" - 0 Error(s), 0 Warning(s). +compiling global_param.c... +..\Src\OnChipDevices\Flash.h(3): warning: #47-D: incompatible redefinition of macro "FLASH_SIZE" (declared at line 125 of "../Drivers/STM32L0xx_HAL_Driver/Inc/stm32l0xx_hal_flash.h") + #define FLASH_SIZE (uint32_t)0x10000 +..\Src\application\global_param.c(63): warning: #68-D: integer conversion resulted in a change of sign + g_com_map[DIST_OFFSET]=-31; +..\Src\application\global_param.c: 2 warnings, 0 errors +linking... +Program Size: Code=30684 RO-data=540 RW-data=392 ZI-data=6912 +FromELF: creating hex file... +"L051\L051.axf" - 0 Error(s), 2 Warning(s). <h2>Software Packages used:</h2> @@ -50,7 +59,7 @@ <h2>Collection of Component Files used:</h2> * Component: ARM::CMSIS:CORE:5.5.0 -Build Time Elapsed: 00:00:01 +Build Time Elapsed: 00:00:02 </pre> </body> </html> -- Gitblit v1.9.3