.\MYDEIVERS\morsr.c
0
- 130
+ 139
146
1
diff --git a/f103c8t6_keil/MDK-ARM/f103c8t6_KEIL.uvoptx b/f103c8t6_keil/MDK-ARM/f103c8t6_KEIL.uvoptx
index 2fc8de1..f13bfe4 100644
--- a/f103c8t6_keil/MDK-ARM/f103c8t6_KEIL.uvoptx
+++ b/f103c8t6_keil/MDK-ARM/f103c8t6_KEIL.uvoptx
@@ -463,7 +463,7 @@
5
21
1
- 0
+ 1
0
0
.\MYDEIVERS\mymain.c
diff --git a/f103c8t6_keil/MDK-ARM/f103c8t6_KEIL/buzzer.crf b/f103c8t6_keil/MDK-ARM/f103c8t6_KEIL/buzzer.crf
index 8a90fbe..2b0ad23 100644
Binary files a/f103c8t6_keil/MDK-ARM/f103c8t6_KEIL/buzzer.crf and b/f103c8t6_keil/MDK-ARM/f103c8t6_KEIL/buzzer.crf differ
diff --git a/f103c8t6_keil/MDK-ARM/f103c8t6_KEIL/buzzer.o b/f103c8t6_keil/MDK-ARM/f103c8t6_KEIL/buzzer.o
index aa81d04..a4db1be 100644
Binary files a/f103c8t6_keil/MDK-ARM/f103c8t6_KEIL/buzzer.o and b/f103c8t6_keil/MDK-ARM/f103c8t6_KEIL/buzzer.o differ
diff --git a/f103c8t6_keil/MDK-ARM/f103c8t6_KEIL/encode.crf b/f103c8t6_keil/MDK-ARM/f103c8t6_KEIL/encode.crf
index df14926..f2f0ace 100644
Binary files a/f103c8t6_keil/MDK-ARM/f103c8t6_KEIL/encode.crf and b/f103c8t6_keil/MDK-ARM/f103c8t6_KEIL/encode.crf differ
diff --git a/f103c8t6_keil/MDK-ARM/f103c8t6_KEIL/encode.o b/f103c8t6_keil/MDK-ARM/f103c8t6_KEIL/encode.o
index 2d1ed19..7071919 100644
Binary files a/f103c8t6_keil/MDK-ARM/f103c8t6_KEIL/encode.o and b/f103c8t6_keil/MDK-ARM/f103c8t6_KEIL/encode.o differ
diff --git a/f103c8t6_keil/MDK-ARM/f103c8t6_KEIL/f103c8t6_KEIL.axf b/f103c8t6_keil/MDK-ARM/f103c8t6_KEIL/f103c8t6_KEIL.axf
index e997075..53f0391 100644
Binary files a/f103c8t6_keil/MDK-ARM/f103c8t6_KEIL/f103c8t6_KEIL.axf and b/f103c8t6_keil/MDK-ARM/f103c8t6_KEIL/f103c8t6_KEIL.axf differ
diff --git a/f103c8t6_keil/MDK-ARM/f103c8t6_KEIL/f103c8t6_KEIL.build_log.htm b/f103c8t6_keil/MDK-ARM/f103c8t6_KEIL/f103c8t6_KEIL.build_log.htm
index 95f8428..5c16cbb 100644
--- a/f103c8t6_keil/MDK-ARM/f103c8t6_KEIL/f103c8t6_KEIL.build_log.htm
+++ b/f103c8t6_keil/MDK-ARM/f103c8t6_KEIL/f103c8t6_KEIL.build_log.htm
@@ -3,7 +3,7 @@
Vision Build Log
Tool Versions:
-IDE-Version: Vision V5.36.0.0
+IDE-Version: Vision V5.36.0.0
Copyright (C) 2021 ARM Ltd and ARM Germany GmbH. All rights reserved.
License Information: 1 1, 1, LIC=----
@@ -21,24 +21,12 @@ Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V3.0.9.0
Dialog DLL: TCM.DLL V1.53.0.0
Project:
-C:\Users\wuwen\Desktop\morse_code_trainer\f103c8t6_keil\MDK-ARM\f103c8t6_KEIL.uvprojx
+C:\Users\kevin\Desktop\morse_code_trainer\f103c8t6_keil\MDK-ARM\f103c8t6_KEIL.uvprojx
Project File Date: 05/05/2022
Output:
*** Using Compiler 'V5.06 update 7 (build 960)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'f103c8t6_KEIL'
-compiling morsr.c...
-MYDEIVERS\morsr.h(20): warning: #1295-D: Deprecated declaration mo_server - give arg types
- void mo_server();
-MYDEIVERS\morsr.h(21): warning: #1295-D: Deprecated declaration mo_di - give arg types
- void mo_di();
-MYDEIVERS\morsr.h(22): warning: #1295-D: Deprecated declaration mo_da - give arg types
- void mo_da();
-MYDEIVERS\morsr.h(25): warning: #1-D: last line of file ends without a newline
- #endif /* MYMAIN_H_ */
-MYDEIVERS\morsr.c(240): warning: #1-D: last line of file ends without a newline
- }
-MYDEIVERS\morsr.c: 5 warnings, 0 errors
compiling mymain.c...
MYDEIVERS\oled.h(33): warning: #1295-D: Deprecated declaration OLED_Cache_to_hardware - give arg types
void OLED_Cache_to_hardware();
@@ -54,17 +42,25 @@ MYDEIVERS\morsr.h(22): warning: #1295-D: Deprecated declaration mo_da - give ar
void mo_da();
MYDEIVERS\morsr.h(25): warning: #1-D: last line of file ends without a newline
#endif /* MYMAIN_H_ */
-MYDEIVERS\mymain.h(21): warning: #1295-D: Deprecated declaration mymain - give arg types
+MYDEIVERS\mymain.h(22): warning: #1295-D: Deprecated declaration mymain - give arg types
void mymain();
MYDEIVERS\mymain.c(58): warning: #188-D: enumerated type mixed with another type
PWR_EN(1);
MYDEIVERS\mymain.c(67): warning: #188-D: enumerated type mixed with another type
MUTE(0);
-MYDEIVERS\mymain.c(102): warning: #223-D: function "sprintf" declared implicitly
+MYDEIVERS\mymain.c(105): warning: #223-D: function "sprintf" declared implicitly
sprintf(str,"FPS:%d",fps);
-MYDEIVERS\mymain.c(220): warning: #1-D: last line of file ends without a newline
+MYDEIVERS\mymain.c(232): warning: #1-D: last line of file ends without a newline
}
MYDEIVERS\mymain.c: 12 warnings, 0 errors
+compiling oled.c...
+MYDEIVERS\oled.h(33): warning: #1295-D: Deprecated declaration OLED_Cache_to_hardware - give arg types
+ void OLED_Cache_to_hardware();
+MYDEIVERS\oled.c(1036): warning: #550-D: variable "absx" was set but never used
+ int dx,dy,absx,absy;
+MYDEIVERS\oled.c(1036): warning: #550-D: variable "absy" was set but never used
+ int dx,dy,absx,absy;
+MYDEIVERS\oled.c: 3 warnings, 0 errors
compiling main.c...
./MYDEIVERS/oled.h(33): warning: #1295-D: Deprecated declaration OLED_Cache_to_hardware - give arg types
void OLED_Cache_to_hardware();
@@ -80,13 +76,13 @@ compiling main.c...
void mo_da();
./MYDEIVERS/morsr.h(25): warning: #1-D: last line of file ends without a newline
#endif /* MYMAIN_H_ */
-./MYDEIVERS/mymain.h(21): warning: #1295-D: Deprecated declaration mymain - give arg types
+./MYDEIVERS/mymain.h(22): warning: #1295-D: Deprecated declaration mymain - give arg types
void mymain();
../Core/Src/main.c: 8 warnings, 0 errors
linking...
-Program Size: Code=11124 RO-data=3928 RW-data=80 ZI-data=4144
+Program Size: Code=11148 RO-data=3928 RW-data=80 ZI-data=4144
FromELF: creating hex file...
-"f103c8t6_KEIL\f103c8t6_KEIL.axf" - 0 Error(s), 25 Warning(s).
+"f103c8t6_KEIL\f103c8t6_KEIL.axf" - 0 Error(s), 23 Warning(s).
Software Packages used:
@@ -103,14 +99,14 @@ Package Vendor: Keil
Collection of Component include folders:
.\RTE\_f103c8t6_KEIL
- C:\Users\wuwen\AppData\Local\Arm\Packs\ARM\CMSIS\5.8.0\CMSIS\Core\Include
- C:\Users\wuwen\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.0\Device\Include
+ C:\Users\kevin\AppData\Local\Arm\Packs\ARM\CMSIS\5.8.0\CMSIS\Core\Include
+ C:\Users\kevin\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.0\Device\Include
Collection of Component Files used:
* Component: ARM::CMSIS:CORE:5.5.0
Include file: CMSIS\Core\Include\tz_context.h
-Build Time Elapsed: 00:00:01
+Build Time Elapsed: 00:00:06