【E1638】基于STM32F407单片机的数据采集系统的软件设计

2021-10-22 10:10:49      索炜达电子      402     

项目编号:E1638

文件大小:6.5M

源码说明:带中文注释

开发环境:C编译器

简要概述:

基于STM32F407单片机的数据采集系统的软件设计

目录│文件列表:

 └ 基于STM32F407单片机的数据采集系统的软件设计

    └ STM32F407_AD7606

       │ 删除目标文件(用于打包备份).bat

       ├ Doc

       │  │ 01.例程功能说明.txt

       │  │ 02.例程修改记录.txt

       │  │ 03.开发环境说明.txt

       │  │ 04.STM32F407IGT6引脚定义(原始定义).txt

       │  │ 05.GPIO分配表(按GPIO次序排列).txt

       │  │ 06.GPIO分配表(按功能排列).txt

       │  │ W25Q64CV(80MHz).pdf

       │  │ W25Q64FV(104MHz).pdf

       │  └ 接线图.jpg

       ├ Libraries

       │  └ 说明.txt

       │  ├ CMSIS

       │  │  │ CMSIS END USER LICENCE AGREEMENT.pdf

       │  │  │ index.html

       │  │  └ README.txt

       │  │  ├ Device

       │  │  │  └ ST

       │  │  │     ├ STM32F0xx

       │  │  │     │  └ Release_Notes.html

       │  │  │     │  ├ Include

       │  │  │     │  │  │ stm32f0xx.h

       │  │  │     │  │  └ system_stm32f0xx.h

       │  │  │     │  └ Source

       │  │  │     │     └ Templates

       │  │  │     │        └ system_stm32f0xx.c

       │  │  │     │        ├ arm

       │  │  │     │        │  │ startup_stm32f030x6.s

       │  │  │     │        │  │ startup_stm32f030x8.s

       │  │  │     │        │  │ startup_stm32f0xx.s

       │  │  │     │        │  └ startup_stm32f0xx_ld.s

       │  │  │     │        ├ gcc_ride7

       │  │  │     │        │  │ startup_stm32f0xx.s

       │  │  │     │        │  │ startup_stm32f0xx_ld.s

       │  │  │     │        │  └ vssver.scc

       │  │  │     │        ├ iar

       │  │  │     │        │  │ startup_stm32f030x6.s

       │  │  │     │        │  │ startup_stm32f030x8.s

       │  │  │     │        │  │ startup_stm32f0xx.s

       │  │  │     │        │  └ startup_stm32f0xx_ld.s

       │  │  │     │        └ TrueSTUDIO

       │  │  │     │           │ startup_stm32f030x6.s

       │  │  │     │           │ startup_stm32f030x8.s

       │  │  │     │           │ startup_stm32f0xx.s

       │  │  │     │           └ startup_stm32f0xx_ld.s

       │  │  │     ├ STM32F10x

       │  │  │     │  └ Release_Notes.html

       │  │  │     │  ├ Include

       │  │  │     │  │  │ stm32f10x.h

       │  │  │     │  │  └ system_stm32f10x.h

       │  │  │     │  └ Source

       │  │  │     │     └ Templates

       │  │  │     │        └ system_stm32f10x.c

       │  │  │     │        ├ arm

       │  │  │     │        │  │ startup_stm32f10x_cl.s

       │  │  │     │        │  │ startup_stm32f10x_hd.s

       │  │  │     │        │  │ startup_stm32f10x_hd_vl.s

       │  │  │     │        │  │ startup_stm32f10x_ld.s

       │  │  │     │        │  │ startup_stm32f10x_ld_vl.s

       │  │  │     │        │  │ startup_stm32f10x_md.s

       │  │  │     │        │  │ startup_stm32f10x_md_vl.s

       │  │  │     │        │  └ startup_stm32f10x_xl.s

       │  │  │     │        ├ gcc_ride7

       │  │  │     │        │  │ startup_stm32f10x_cl.s

       │  │  │     │        │  │ startup_stm32f10x_hd.s

       │  │  │     │        │  │ startup_stm32f10x_hd_vl.s

       │  │  │     │        │  │ startup_stm32f10x_ld.s

       │  │  │     │        │  │ startup_stm32f10x_ld_vl.s

TAGSTM32F407
  • 8 次
  • 1 分