完成flash对结构体的读写

This commit is contained in:
2025-07-25 09:09:18 +08:00
parent cc37b93f38
commit 484e828efe
18 changed files with 761 additions and 409 deletions

View File

@@ -22,15 +22,33 @@ Dialog DLL: TCM.DLL V1.56.6.0
<h2>Project:</h2>
C:\Users\gxyos\Documents\ST30F103\Example\example.uvprojx
Project File Date: 07/23/2025
Project File Date: 07/25/2025
<h2>Output:</h2>
*** Using Compiler 'V6.23', folder: 'C:\Users\gxyos\AppData\Local\Keil_v5\ARM\ARMCLANG\Bin'
Build target 'Target_1'
Rebuild target 'Target_1'
APP/main.c(28): warning: while loop has empty body [-Wempty-body]
28 | while(1);
| ^
APP/main.c(28): note: put the semicolon on a separate line to silence this warning
1 warning generated.
compiling main.c...
compiling stm32f10x_flash.c...
compiling flash.c...
compiling misc.c...
compiling iic.c...
compiling stm32f10x_gpio.c...
compiling stm32f10x_i2c.c...
compiling stm32f10x_rcc.c...
compiling stm32f10x_spi.c...
compiling stm32f10x_usart.c...
compiling GPIO_STM32F10x.c...
compiling system_stm32f10x.c...
compiling stm32f10x_tim.c...
assembling startup_stm32f10x_md.s...
linking...
Program Size: Code=2758 RO-data=822 RW-data=0 ZI-data=2656
".\Objects\example.axf" - 0 Error(s), 0 Warning(s).
Program Size: Code=3744 RO-data=844 RW-data=0 ZI-data=2656
".\Objects\example.axf" - 0 Error(s), 1 Warning(s).
<h2>Software Packages used:</h2>
@@ -82,36 +100,36 @@ Package Vendor: Keil
Source file: Device/StdPeriph_Driver/src/stm32f10x_flash.c
* Component: Keil::Device:StdPeriph Drivers:Framework@3.6.0
Include file: Device/StdPeriph_Driver/templates/stm32f10x_it.h
Source file: Device/StdPeriph_Driver/src/misc.c
Source file: Device/StdPeriph_Driver/templates/stm32f10x_it.c
Source file: Device/StdPeriph_Driver/templates/stm32f10x_conf.h
Include file: Device/StdPeriph_Driver/inc/misc.h
Source file: Device/StdPeriph_Driver/templates/stm32f10x_conf.h
Include file: Device/StdPeriph_Driver/templates/stm32f10x_it.h
Source file: Device/StdPeriph_Driver/templates/stm32f10x_it.c
* Component: Keil::Device:StdPeriph Drivers:GPIO@3.6.0
Source file: Device/StdPeriph_Driver/src/stm32f10x_gpio.c
Include file: Device/StdPeriph_Driver/inc/stm32f10x_gpio.h
Source file: Device/StdPeriph_Driver/src/stm32f10x_gpio.c
* Component: Keil::Device:StdPeriph Drivers:I2C@3.6.0
Include file: Device/StdPeriph_Driver/inc/stm32f10x_i2c.h
Source file: Device/StdPeriph_Driver/src/stm32f10x_i2c.c
* Component: Keil::Device:StdPeriph Drivers:RCC@3.6.0
Include file: Device/StdPeriph_Driver/inc/stm32f10x_rcc.h
Source file: Device/StdPeriph_Driver/src/stm32f10x_rcc.c
Include file: Device/StdPeriph_Driver/inc/stm32f10x_rcc.h
* Component: Keil::Device:StdPeriph Drivers:SPI@3.6.0
Include file: Device/StdPeriph_Driver/inc/stm32f10x_spi.h
Source file: Device/StdPeriph_Driver/src/stm32f10x_spi.c
Include file: Device/StdPeriph_Driver/inc/stm32f10x_spi.h
* Component: Keil::Device:StdPeriph Drivers:TIM@3.6.0
Include file: Device/StdPeriph_Driver/inc/stm32f10x_tim.h
Source file: Device/StdPeriph_Driver/src/stm32f10x_tim.c
Include file: Device/StdPeriph_Driver/inc/stm32f10x_tim.h
* Component: Keil::Device:StdPeriph Drivers:USART@3.6.0
Include file: Device/StdPeriph_Driver/inc/stm32f10x_usart.h
Source file: Device/StdPeriph_Driver/src/stm32f10x_usart.c
Build Time Elapsed: 00:00:00
Include file: Device/StdPeriph_Driver/inc/stm32f10x_usart.h
Build Time Elapsed: 00:00:01
</pre>
</body>
</html>