| | |
| | | |
| | | <h2>Project:</h2> |
| | | E:\GIT\XRange_Tag\MDK-ARM\L051.uvprojx |
| | | Project File Date: 11/15/2020 |
| | | Project File Date: 12/18/2020 |
| | | |
| | | <h2>Output:</h2> |
| | | *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'D:\Keil_v5\ARM\ARMCC\Bin' |
| | |
| | | #define MOTOR_ONTIME 0x21 |
| | | ..\Drivers\ExternlDrivers\lis3dh_driver.h(67): warning: #1295-D: Deprecated declaration LIS3DH_ENTER_STY_Init - give arg types |
| | | void LIS3DH_ENTER_STY_Init(); |
| | | ../Src/main.c(176): warning: #223-D: function "FLASH_Prepare" declared implicitly |
| | | ../Src/main.c(175): warning: #223-D: function "FLASH_Prepare" declared implicitly |
| | | result = FLASH_Prepare(0x8004A38, 128); |
| | | ../Src/main.c(178): warning: #223-D: function "FLASH_Write" declared implicitly |
| | | ../Src/main.c(177): warning: #223-D: function "FLASH_Write" declared implicitly |
| | | result = FLASH_Write(0x8004A38, (const uint8_t*)&tmp, 2); |
| | | ../Src/main.c(180): warning: #223-D: function "printf" declared implicitly |
| | | ../Src/main.c(179): warning: #223-D: function "printf" declared implicitly |
| | | printf("进入升级模式\r\n"); |
| | | ../Src/main.c(183): warning: #223-D: function "delay_ms" declared implicitly |
| | | ../Src/main.c(182): warning: #223-D: function "delay_ms" declared implicitly |
| | | delay_ms(100); |
| | | ../Src/main.c(193): warning: #223-D: function "delay_ms" declared implicitly |
| | | ../Src/main.c(192): warning: #223-D: function "delay_ms" declared implicitly |
| | | delay_ms(100); |
| | | ../Src/main.c(200): warning: #223-D: function "delay_ms" declared implicitly |
| | | ../Src/main.c(199): warning: #223-D: function "delay_ms" declared implicitly |
| | | delay_ms(100); |
| | | ../Src/main.c(286): warning: #186-D: pointless comparison of unsigned integer with zero |
| | | if(g_com_map[POWER]<0) |
| | |
| | | static void SystemPower_Config(void) |
| | | ../Src/main.c: 18 warnings, 0 errors |
| | | linking... |
| | | Program Size: Code=23060 RO-data=396 RW-data=292 ZI-data=6396 |
| | | Program Size: Code=30104 RO-data=396 RW-data=448 ZI-data=6880 |
| | | FromELF: creating hex file... |
| | | "L051\L051.axf" - 0 Error(s), 18 Warning(s). |
| | | |