【E1702】STM32F1 SD卡升级用户代码 Bootloader_IAP

2021-10-23 17:33:26      索炜达电子      537     

项目编号:E1702

文件大小:1.15M

源码说明:带中文注释

开发环境:C编译器

简要概述:

STM32F1 SD卡升级用户代码 Bootloader_IAP 

SD卡升级具体看代码 , 以后还有U盘升级, 远程升级等

目录│文件列表:

 └ bootloader_iap_sd

    ├ app

    │  │ app.c

    │  │ common.c

    │  │ common.h

    │  │ download.c

    │  └ upload.c

    ├ app_cfg

    │  │ includes.h

    │  └ stm32f10x_conf.h

    ├ bsp

    │  │ bsp.c

    │  │ bsp.h

    │  │ bsp_led.c

    │  │ bsp_led.h

    │  │ sdio_sdcard.c

    │  └ sdio_sdcard.h

    ├ cmsis

    │  └ CM3

    │     │ core_cm3.h

    │     │ core_cmFunc.h

    │     │ core_cmInstr.h

    │     └ DeviceSupport

    │        │ startup_stm32f10x_hd.s

    │        │ stm32f10x.h

    │        │ system_stm32f10x.c

    │        └ system_stm32f10x.h

    ├ fatfs

    │  └ r013a

    │     ├ exfuns

    │     │  │ exfuns.c

    │     │  │ exfuns.h

    │     │  │ fattester.c

    │     │  │ fattester.h

    │     │  └ mycc936.c

    │     └ source

    │        │ 00readme.txt

    │        │ diskio.c

    │        │ diskio.h

    │        │ ff.c

    │        │ ff.h

    │        │ ffconf.h

    │        │ ffsystem.c

    │        │ ffunicode.c

    │        │ integer.h

    │        └ option

    │           │ cc932.c

    │           │ cc936.c

    │           │ cc949.c

    │           │ cc950.c

    │           │ ccsbcs.c

    │           │ syscall.c

    │           └ unicode.c

    ├ project

    │  │ IAP_SD.uvguix.hualuo

    │  │ IAP_SD.uvguix.lenovo

    │  │ IAP_SD.uvoptx

    │  │ IAP_SD.uvprojx

    │  │ JLinkSettings.ini

    │  │ keilkilll.bat

    │  ├ DebugConfig

    │  │  │ bootloader_STM32F103ZE_1.0.0.dbgconf

    │  │  └ IAP_SD_STM32F103ZE_1.0.0.dbgconf

    ├ stm32

    │  ├ inc

    │  │  │ misc.h

    │  │  │ stm32f10x_dma.h

    │  │  │ stm32f10x_exti.h

    │  │  │ stm32f10x_flash.h

    │  │  │ stm32f10x_gpio.h

    │  │  │ stm32f10x_rcc.h

    │  │  │ stm32f10x_sdio.h

    │  │  └ stm32f10x_usart.h

    │  └ src

    │     │ misc.c

    │     │ stm32f10x_dma.c

    │     │ stm32f10x_exti.c

    │     │ stm32f10x_flash.c

    │     │ stm32f10x_gpio.c

    │     │ stm32f10x_rcc.c

    │     │ stm32f10x_sdio.c

    │     └ stm32f10x_usart.c

    └ sys

       │ delay.c

       │ delay.h

       │ malloc.c

       │ malloc.h

       │ sys.c

       │ sys.h

       │ usart.c

       └ usart.h

TAGSD卡
  • 8 次
  • 1 分