2021-10-27 15:02:29 索炜达电子 441
项目编号:E1884
文件大小:38M
源码说明:带中文注释
开发环境:C编译器
简要概述
ADS1292全套设计资料
目录│文件列表:
└ ADS1292全套设计资料
│ 更新说明.txt
├ 1.芯片资料
│ │ ads1292r.pdf
│ │ precision_adc_noise_analysis.pdf
│ └ ye08逻辑电平转换芯片.pdf
├ 2.模块使用说明
│ │ ADS1292上位serialplot机使用说明.pdf
│ │ ADS1292接线说明.pdf
│ └ 导联线使用说明.pdf
├ 3.软件及驱动
│ │ serialplot.exe
│ └ 开发板USB转串口CH340驱动
│ │ CH341SER.EXE
│ └ DRIVER
│ │ CH341PT.DLL
│ │ CH341S64.SYS
│ │ CH341S98.SYS
│ │ CH341SER.INF
│ │ CH341SER.SYS
│ └ CH341SER.VXD
├ 4.原理图
│ │ ADS1292模块带处理器升级板_V1.0.pdf
│ └ ADS1292模块标准版_V1.0.pdf
└ 5.代码
├ ads1292
│ │ my_app.c
│ ├ ads
│ │ │ ads1292r.c
│ │ │ ads1292r.h
│ │ └ ads1292r_typ.h
│ └ port
│ │ main.h
│ │ port_delay.c
│ │ port_delay.h
│ │ port_gpio.c
│ │ port_gpio.h
│ │ port_spi.c
│ │ port_spi.h
│ └ port_typ.h
└ demo
│ ReadMe.txt
├ stm32f1_ds1292_mcu_uart
│ │ .mxproject
│ │ ads1292.ioc
│ ├ APP
│ │ ├ APP
│ │ │ ├ inc
│ │ │ │ └ my_app.h
│ │ │ └ src
│ │ │ └ my_app.c
│ │ ├ DRL
│ │ │ │ port_debug.c
│ │ │ │ port_debug.h
│ │ │ │ port_delay.c
│ │ │ │ port_delay.h
│ │ │ │ port_spi.c
│ │ │ │ port_spi.h
│ │ │ └ port_typ.h
│ │ ├ FML
│ │ │ │ ads1292r.c
│ │ │ │ ads1292r.h
│ │ │ └ ads1292r_typ.h
│ ├ Core
│ │ ├ Inc
│ │ │ │ gpio.h
│ │ │ │ main.h
│ │ │ │ spi.h
│ │ │ │ stm32f1xx_hal_conf.h
│ │ │ │ stm32f1xx_it.h
│ │ │ │ tim.h
│ │ │ └ usart.h
│ │ └ Src
│ │ │ gpio.c
│ │ │ main.c
│ │ │ spi.c
│ │ │ stm32f1xx_hal_msp.c
│ │ │ stm32f1xx_it.c
│ │ │ system_stm32f1xx.c
│ │ │ tim.c
│ │ └ usart.c
│ ├ Drivers
│ │ ├ CMSIS
│ │ │ ├ Device
│ │ │ │ └ ST
│ │ │ │ └ STM32F1xx