This commit is contained in:
2025-03-26 12:47:09 +08:00
parent 3f4efa0554
commit 181658015b
50 changed files with 4191 additions and 2849 deletions
@@ -22,21 +22,29 @@ Dialog DLL: TCM.DLL V1.56.4.0
<h2>Project:</h2>
D:\2_code\stepmotorControlor_V2.11-main\MDK-ARM\stepmotorControlor.uvprojx
Project File Date: 03/23/2025
Project File Date: 03/24/2025
<h2>Output:</h2>
*** Using Compiler 'V5.03 [Build 24]', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'stepmotorControlor'
compiling bsp.c...
..\BSP\bsp.c(166): warning: #177-D: variable "voltage" was declared but never referenced
float voltage = -1;
..\BSP\bsp.c(574): warning: #223-D: function "malloc" declared implicitly
serial->recv_buff = (uint8_t *)malloc(recv_len);
..\BSP\bsp.c: 2 warnings, 0 errors
compiling main.c...
../Core/Src/main.c(102): warning: #177-D: variable "isAck" was declared but never referenced
uint8_t isAck = 0;
../Core/Src/main.c(104): warning: #177-D: variable "count" was declared but never referenced
unsigned char count = 0;
../Core/Src/main.c(107): warning: #550-D: variable "cur_ticks_us" was set but never used
uint32_t cur_ticks_us = 0;
../Core/Src/main.c: 3 warnings, 0 errors
compiling drv_st7920.c...
..\BSP\drv_st7920.c(366): warning: #940-D: missing return statement at end of non-void function "LCD_DrawDot"
}
..\BSP\drv_st7920.c(463): warning: #177-D: variable "str" was declared but never referenced
unsigned char str[50];
..\BSP\drv_st7920.c: 2 warnings, 0 errors
linking...
Program Size: Code=16252 RO-data=312 RW-data=68 ZI-data=17404
Program Size: Code=16752 RO-data=312 RW-data=1568 ZI-data=18432
FromELF: creating hex file...
"stepmotorControlor\stepmotorControlor.axf" - 0 Error(s), 2 Warning(s).
"stepmotorControlor\stepmotorControlor.axf" - 0 Error(s), 5 Warning(s).
<h2>Software Packages used:</h2>