Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,31 @@
|
||||
f103c8t6_keil\encode.o: MYDEIVERS\encode.c
|
||||
f103c8t6_keil\encode.o: MYDEIVERS\encode.h
|
||||
f103c8t6_keil\encode.o: ../Core/Inc/main.h
|
||||
f103c8t6_keil\encode.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h
|
||||
f103c8t6_keil\encode.o: ../Core/Inc/stm32f1xx_hal_conf.h
|
||||
f103c8t6_keil\encode.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h
|
||||
f103c8t6_keil\encode.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h
|
||||
f103c8t6_keil\encode.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h
|
||||
f103c8t6_keil\encode.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h
|
||||
f103c8t6_keil\encode.o: ../Drivers/CMSIS/Include/core_cm3.h
|
||||
f103c8t6_keil\encode.o: C:\Keil_v5\ARM\ARMCC\Bin\..\include\stdint.h
|
||||
f103c8t6_keil\encode.o: ../Drivers/CMSIS/Include/cmsis_version.h
|
||||
f103c8t6_keil\encode.o: ../Drivers/CMSIS/Include/cmsis_compiler.h
|
||||
f103c8t6_keil\encode.o: ../Drivers/CMSIS/Include/cmsis_armcc.h
|
||||
f103c8t6_keil\encode.o: ../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h
|
||||
f103c8t6_keil\encode.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h
|
||||
f103c8t6_keil\encode.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h
|
||||
f103c8t6_keil\encode.o: C:\Keil_v5\ARM\ARMCC\Bin\..\include\stddef.h
|
||||
f103c8t6_keil\encode.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h
|
||||
f103c8t6_keil\encode.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h
|
||||
f103c8t6_keil\encode.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h
|
||||
f103c8t6_keil\encode.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h
|
||||
f103c8t6_keil\encode.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h
|
||||
f103c8t6_keil\encode.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h
|
||||
f103c8t6_keil\encode.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h
|
||||
f103c8t6_keil\encode.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h
|
||||
f103c8t6_keil\encode.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h
|
||||
f103c8t6_keil\encode.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2c.h
|
||||
f103c8t6_keil\encode.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h
|
||||
f103c8t6_keil\encode.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h
|
||||
f103c8t6_keil\encode.o: ../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h
|
||||
Binary file not shown.
Binary file not shown.
@@ -22,27 +22,31 @@ Dialog DLL: TCM.DLL V1.53.0.0
|
||||
|
||||
<h2>Project:</h2>
|
||||
C:\Users\kevin\Desktop\morse_code_trainer\f103c8t6_keil\MDK-ARM\f103c8t6_KEIL.uvprojx
|
||||
Project File Date: 04/19/2022
|
||||
Project File Date: 04/28/2022
|
||||
|
||||
<h2>Output:</h2>
|
||||
*** Using Compiler 'V5.06 update 7 (build 960)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
|
||||
Build target 'f103c8t6_KEIL'
|
||||
compiling mymain.c...
|
||||
MYDEIVERS\oled.h(22): warning: #1295-D: Deprecated declaration OLED_Cache_to_hardware - give arg types
|
||||
MYDEIVERS\oled.h(26): warning: #1295-D: Deprecated declaration OLED_Cache_to_hardware - give arg types
|
||||
void OLED_Cache_to_hardware();
|
||||
MYDEIVERS\buzzer.h(16): warning: #1295-D: Deprecated declaration buzzer_play_server - give arg types
|
||||
char buzzer_play_server();
|
||||
MYDEIVERS\mymain.h(23): warning: #1295-D: Deprecated declaration mymain - give arg types
|
||||
void mymain();
|
||||
MYDEIVERS\mymain.c(182): warning: #188-D: enumerated type mixed with another type
|
||||
MUTE(1);
|
||||
MYDEIVERS\mymain.c(200): warning: #223-D: function "sprintf" declared implicitly
|
||||
sprintf(str,"FPS:%d",fps);
|
||||
MYDEIVERS\mymain.c: 5 warnings, 0 errors
|
||||
MYDEIVERS\mymain.c(188): warning: #188-D: enumerated type mixed with another type
|
||||
MUTE(1);//�音
|
||||
MYDEIVERS\mymain.c(206): warning: #223-D: function "sprintf" declared implicitly
|
||||
sprintf(str,"BUTTON:%d",B1.code);
|
||||
MYDEIVERS\mymain.c(262): warning: #111-D: statement is unreachable
|
||||
__HAL_GPIO_EXTI_CLEAR_IT(GPIO_Pin);
|
||||
MYDEIVERS\mymain.c(264): warning: #1-D: last line of file ends without a newline
|
||||
}
|
||||
MYDEIVERS\mymain.c: 7 warnings, 0 errors
|
||||
linking...
|
||||
Program Size: Code=9140 RO-data=3712 RW-data=28 ZI-data=3836
|
||||
Program Size: Code=9508 RO-data=3712 RW-data=52 ZI-data=3876
|
||||
FromELF: creating hex file...
|
||||
"f103c8t6_KEIL\f103c8t6_KEIL.axf" - 0 Error(s), 5 Warning(s).
|
||||
"f103c8t6_KEIL\f103c8t6_KEIL.axf" - 0 Error(s), 7 Warning(s).
|
||||
|
||||
<h2>Software Packages used:</h2>
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -23,6 +23,7 @@
|
||||
"f103c8t6_keil\oled.o"
|
||||
"f103c8t6_keil\fonts.o"
|
||||
"f103c8t6_keil\buzzer.o"
|
||||
"f103c8t6_keil\encode.o"
|
||||
--strict --scatter "f103c8t6_KEIL\f103c8t6_KEIL.sct"
|
||||
--summary_stderr --info summarysizes --map --load_addr_map_info --xref --callgraph --symbols
|
||||
--info sizes --info totals --info unused --info veneers
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user