From de377cf8a6ddd7865c0f29602e987b7ee755d755 Mon Sep 17 00:00:00 2001 From: Alice Date: Sat, 13 Feb 2021 11:18:34 +0100 Subject: [PATCH] New Version --- SD_CARD_SPI/.cproject | 28 +- SD_CARD_SPI/.mxproject | 38 +- SD_CARD_SPI/Core/Inc/stm32l1xx_hal_conf.h | 4 +- SD_CARD_SPI/Core/Src/main.c | 161 +- SD_CARD_SPI/Core/Src/stm32l1xx_hal_msp.c | 61 + SD_CARD_SPI/Debug/Core/Src/fatfs_sd.d | 6 + SD_CARD_SPI/Debug/Core/Src/fatfs_sd.o | Bin 724524 -> 755096 bytes SD_CARD_SPI/Debug/Core/Src/main.d | 6 + SD_CARD_SPI/Debug/Core/Src/main.o | Bin 761388 -> 794316 bytes SD_CARD_SPI/Debug/Core/Src/main.su | 15 +- .../Debug/Core/Src/stm32l1xx_hal_msp.d | 6 + .../Debug/Core/Src/stm32l1xx_hal_msp.o | Bin 714956 -> 748128 bytes .../Debug/Core/Src/stm32l1xx_hal_msp.su | 10 +- SD_CARD_SPI/Debug/Core/Src/stm32l1xx_it.d | 6 + SD_CARD_SPI/Debug/Core/Src/stm32l1xx_it.o | Bin 713084 -> 743652 bytes SD_CARD_SPI/Debug/Core/Src/system_stm32l1xx.d | 6 + SD_CARD_SPI/Debug/Core/Src/system_stm32l1xx.o | Bin 709516 -> 740080 bytes .../STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.d | 6 + .../STM32L1xx_HAL_Driver/Src/stm32l1xx_hal.o | Bin 719756 -> 750328 bytes .../Src/stm32l1xx_hal_cortex.d | 6 + .../Src/stm32l1xx_hal_cortex.o | Bin 725228 -> 755796 bytes .../Src/stm32l1xx_hal_dma.d | 6 + .../Src/stm32l1xx_hal_dma.o | Bin 716520 -> 747088 bytes .../Src/stm32l1xx_hal_exti.d | 6 + .../Src/stm32l1xx_hal_exti.o | Bin 712548 -> 743112 bytes .../Src/stm32l1xx_hal_flash.d | 6 + .../Src/stm32l1xx_hal_flash.o | Bin 714456 -> 745028 bytes .../Src/stm32l1xx_hal_flash_ex.d | 6 + .../Src/stm32l1xx_hal_flash_ex.o | Bin 727076 -> 757644 bytes .../Src/stm32l1xx_hal_flash_ramfunc.d | 6 + .../Src/stm32l1xx_hal_flash_ramfunc.o | Bin 713544 -> 744116 bytes .../Src/stm32l1xx_hal_gpio.d | 6 + .../Src/stm32l1xx_hal_gpio.o | Bin 713620 -> 744188 bytes .../Src/stm32l1xx_hal_pwr.d | 6 + .../Src/stm32l1xx_hal_pwr.o | Bin 715684 -> 746252 bytes .../Src/stm32l1xx_hal_pwr_ex.d | 6 + .../Src/stm32l1xx_hal_pwr_ex.o | Bin 710396 -> 740964 bytes .../Src/stm32l1xx_hal_rcc.d | 6 + .../Src/stm32l1xx_hal_rcc.o | Bin 720848 -> 751412 bytes .../Src/stm32l1xx_hal_rcc_ex.d | 6 + .../Src/stm32l1xx_hal_rcc_ex.o | Bin 712040 -> 742608 bytes .../Src/stm32l1xx_hal_spi.d | 6 + .../Src/stm32l1xx_hal_spi.o | Bin 745932 -> 776500 bytes .../Src/stm32l1xx_hal_tim.d | 6 + .../Src/stm32l1xx_hal_tim.o | Bin 706048 -> 736616 bytes .../Src/stm32l1xx_hal_tim_ex.d | 6 + .../Src/stm32l1xx_hal_tim_ex.o | Bin 706056 -> 736624 bytes .../Src/stm32l1xx_hal_uart.d | 6 + .../Src/stm32l1xx_hal_uart.o | Bin 740656 -> 771224 bytes .../STM32L1xx_HAL_Driver/Src/subdir.mk | 10 + SD_CARD_SPI/Debug/FATFS/App/fatfs.d | 6 + SD_CARD_SPI/Debug/FATFS/App/fatfs.o | Bin 737320 -> 767888 bytes SD_CARD_SPI/Debug/FATFS/Target/user_diskio.d | 6 + SD_CARD_SPI/Debug/FATFS/Target/user_diskio.o | Bin 739048 -> 769616 bytes .../Third_Party/FatFs/src/diskio.d | 6 + .../Third_Party/FatFs/src/diskio.o | Bin 738284 -> 768852 bytes .../Middlewares/Third_Party/FatFs/src/ff.d | 6 + .../Middlewares/Third_Party/FatFs/src/ff.o | Bin 802056 -> 832624 bytes .../Third_Party/FatFs/src/ff_gen_drv.d | 6 + .../Third_Party/FatFs/src/ff_gen_drv.o | Bin 738168 -> 768736 bytes .../Third_Party/FatFs/src/option/ccsbcs.d | 6 + .../Third_Party/FatFs/src/option/ccsbcs.o | Bin 736472 -> 767040 bytes .../Third_Party/FatFs/src/option/syscall.d | 6 + .../Third_Party/FatFs/src/option/syscall.o | Bin 733080 -> 763648 bytes SD_CARD_SPI/Debug/SD_CARD_SPI.bin | Bin 32852 -> 32912 bytes SD_CARD_SPI/Debug/SD_CARD_SPI.elf | Bin 942688 -> 983516 bytes SD_CARD_SPI/Debug/SD_CARD_SPI.list | 28199 ++++++++-------- SD_CARD_SPI/Debug/SD_CARD_SPI.map | 2024 +- SD_CARD_SPI/Debug/objects.list | 2 + SD_CARD_SPI/FATFS/App/fatfs.c | 2 +- SD_CARD_SPI/FATFS/App/fatfs.h | 2 +- SD_CARD_SPI/SD_CARD_SPI.ioc | 56 +- SD_Card_F401RE/.mxproject | 38 +- SD_Card_F401RE/Core/Inc/stm32f4xx_hal_conf.h | 2 +- SD_Card_F401RE/Core/Inc/stm32f4xx_it.h | 1 + SD_Card_F401RE/Core/Src/main.c | 102 +- SD_Card_F401RE/Core/Src/stm32f4xx_hal_msp.c | 66 + SD_Card_F401RE/Core/Src/stm32f4xx_it.c | 16 +- SD_Card_F401RE/Debug/Core/Src/fatfs_sd.d | 6 + SD_Card_F401RE/Debug/Core/Src/fatfs_sd.o | Bin 726604 -> 748792 bytes SD_Card_F401RE/Debug/Core/Src/main.d | 6 + SD_Card_F401RE/Debug/Core/Src/main.o | Bin 764204 -> 788624 bytes SD_Card_F401RE/Debug/Core/Src/main.su | 17 +- .../Debug/Core/Src/stm32f4xx_hal_msp.d | 6 + .../Debug/Core/Src/stm32f4xx_hal_msp.o | Bin 717560 -> 744148 bytes .../Debug/Core/Src/stm32f4xx_hal_msp.su | 10 +- SD_Card_F401RE/Debug/Core/Src/stm32f4xx_it.d | 6 + SD_Card_F401RE/Debug/Core/Src/stm32f4xx_it.o | Bin 711716 -> 737232 bytes SD_Card_F401RE/Debug/Core/Src/stm32f4xx_it.su | 1 + .../Debug/Core/Src/system_stm32f4xx.d | 6 + .../Debug/Core/Src/system_stm32f4xx.o | Bin 711580 -> 733768 bytes .../STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.d | 6 + .../STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o | Bin 723928 -> 746116 bytes .../Src/stm32f4xx_hal_cortex.d | 6 + .../Src/stm32f4xx_hal_cortex.o | Bin 727188 -> 749376 bytes .../Src/stm32f4xx_hal_dma.d | 6 + .../Src/stm32f4xx_hal_dma.o | Bin 721860 -> 744048 bytes .../Src/stm32f4xx_hal_dma_ex.d | 6 + .../Src/stm32f4xx_hal_dma_ex.o | Bin 720484 -> 742672 bytes .../Src/stm32f4xx_hal_exti.d | 6 + .../Src/stm32f4xx_hal_exti.o | Bin 714492 -> 736680 bytes .../Src/stm32f4xx_hal_flash.d | 6 + .../Src/stm32f4xx_hal_flash.o | Bin 718492 -> 740680 bytes .../Src/stm32f4xx_hal_flash_ex.d | 6 + .../Src/stm32f4xx_hal_flash_ex.o | Bin 721500 -> 743688 bytes .../Src/stm32f4xx_hal_flash_ramfunc.d | 6 + .../Src/stm32f4xx_hal_flash_ramfunc.o | Bin 707952 -> 730140 bytes .../Src/stm32f4xx_hal_gpio.d | 6 + .../Src/stm32f4xx_hal_gpio.o | Bin 716052 -> 738240 bytes .../Src/stm32f4xx_hal_pwr.d | 6 + .../Src/stm32f4xx_hal_pwr.o | Bin 717364 -> 739552 bytes .../Src/stm32f4xx_hal_pwr_ex.d | 6 + .../Src/stm32f4xx_hal_pwr_ex.o | Bin 714676 -> 736864 bytes .../Src/stm32f4xx_hal_rcc.d | 6 + .../Src/stm32f4xx_hal_rcc.o | Bin 721200 -> 743388 bytes .../Src/stm32f4xx_hal_rcc_ex.d | 6 + .../Src/stm32f4xx_hal_rcc_ex.o | Bin 714700 -> 736888 bytes .../Src/stm32f4xx_hal_spi.d | 6 + .../Src/stm32f4xx_hal_spi.o | Bin 747672 -> 769860 bytes .../Src/stm32f4xx_hal_tim.d | 6 + .../Src/stm32f4xx_hal_tim.o | Bin 707924 -> 730112 bytes .../Src/stm32f4xx_hal_tim_ex.d | 6 + .../Src/stm32f4xx_hal_tim_ex.o | Bin 707932 -> 730120 bytes .../Src/stm32f4xx_hal_uart.d | 6 + .../Src/stm32f4xx_hal_uart.o | Bin 744420 -> 766608 bytes .../STM32F4xx_HAL_Driver/Src/subdir.mk | 10 + SD_Card_F401RE/Debug/FATFS/App/fatfs.d | 6 + SD_Card_F401RE/Debug/FATFS/App/fatfs.o | Bin 739172 -> 761360 bytes .../Debug/FATFS/Target/user_diskio.d | 6 + .../Debug/FATFS/Target/user_diskio.o | Bin 740900 -> 763088 bytes .../Third_Party/FatFs/src/diskio.d | 6 + .../Third_Party/FatFs/src/diskio.o | Bin 740140 -> 762328 bytes .../Middlewares/Third_Party/FatFs/src/ff.d | 6 + .../Middlewares/Third_Party/FatFs/src/ff.o | Bin 803948 -> 826136 bytes .../Third_Party/FatFs/src/ff_gen_drv.d | 6 + .../Third_Party/FatFs/src/ff_gen_drv.o | Bin 740028 -> 762216 bytes .../Third_Party/FatFs/src/option/ccsbcs.d | 6 + .../Third_Party/FatFs/src/option/ccsbcs.o | Bin 738356 -> 760544 bytes .../Third_Party/FatFs/src/option/syscall.d | 6 + .../Third_Party/FatFs/src/option/syscall.o | Bin 734956 -> 757144 bytes SD_Card_F401RE/Debug/SD_Card_F401RE.bin | Bin 33628 -> 30184 bytes SD_Card_F401RE/Debug/SD_Card_F401RE.elf | Bin 945784 -> 978848 bytes SD_Card_F401RE/Debug/SD_Card_F401RE.list | 27020 ++++++++------- SD_Card_F401RE/Debug/SD_Card_F401RE.map | 2240 +- SD_Card_F401RE/Debug/objects.list | 2 + SD_Card_F401RE/SD_Card_F401RE Debug.launch | 16 +- SD_Card_F401RE/SD_Card_F401RE.ioc | 54 +- 147 files changed, 30960 insertions(+), 29589 deletions(-) diff --git a/SD_CARD_SPI/.cproject b/SD_CARD_SPI/.cproject index 25023d2..f7c9c57 100644 --- a/SD_CARD_SPI/.cproject +++ b/SD_CARD_SPI/.cproject @@ -17,13 +17,13 @@ -