stm32-ads1118-20200904

所属分类:单片机开发
开发工具:C/C++
文件大小:6256KB
下载次数:6
上传日期:2021-03-05 21:20:27
上 传 者7079995
说明:  STM32+ads1118采集程序,已调通
(STM32+ads1118 sample program)

文件列表:
stm32-ads1118-20200904 (0, 2021-02-03)
stm32-ads1118-20200904\CMSIS (0, 2020-10-04)
stm32-ads1118-20200904\CMSIS\core_cm3.c (17273, 2017-11-17)
stm32-ads1118-20200904\CMSIS\core_cm3.h (85714, 2017-11-17)
stm32-ads1118-20200904\CMSIS\startup (0, 2020-10-04)
stm32-ads1118-20200904\CMSIS\startup\arm (0, 2020-10-04)
stm32-ads1118-20200904\CMSIS\startup\arm\startup_stm32f10x_cl.s (15766, 2017-11-17)
stm32-ads1118-20200904\CMSIS\startup\arm\startup_stm32f10x_hd.s (15503, 2017-11-17)
stm32-ads1118-20200904\CMSIS\startup\arm\startup_stm32f10x_hd_vl.s (15692, 2017-11-17)
stm32-ads1118-20200904\CMSIS\startup\arm\startup_stm32f10x_ld.s (12376, 2017-11-17)
stm32-ads1118-20200904\CMSIS\startup\arm\startup_stm32f10x_ld_vl.s (13656, 2017-11-17)
stm32-ads1118-20200904\CMSIS\startup\arm\startup_stm32f10x_md.s (12765, 2017-11-17)
stm32-ads1118-20200904\CMSIS\startup\arm\startup_stm32f10x_md_vl.s (14073, 2017-11-17)
stm32-ads1118-20200904\CMSIS\startup\arm\startup_stm32f10x_xl.s (15955, 2017-11-17)
stm32-ads1118-20200904\CMSIS\stm32f10x.h (633941, 2017-11-17)
stm32-ads1118-20200904\CMSIS\system_stm32f10x.c (36557, 2017-11-17)
stm32-ads1118-20200904\CMSIS\system_stm32f10x.h (2085, 2017-11-17)
stm32-ads1118-20200904\Listings (0, 2020-10-04)
stm32-ads1118-20200904\Listings\ads1118.map (145176, 2020-09-24)
stm32-ads1118-20200904\Listings\startup_stm32f10x_hd.lst (52399, 2020-09-04)
stm32-ads1118-20200904\Objects (0, 2020-10-04)
stm32-ads1118-20200904\Objects\ExtDll.iex (19, 2020-09-03)
stm32-ads1118-20200904\Objects\ads1118.axf (395452, 2020-09-24)
stm32-ads1118-20200904\Objects\ads1118.build_log.htm (1410, 2020-09-24)
stm32-ads1118-20200904\Objects\ads1118.crf (384059, 2020-09-24)
stm32-ads1118-20200904\Objects\ads1118.d (2110, 2020-09-24)
stm32-ads1118-20200904\Objects\ads1118.htm (73078, 2020-09-24)
stm32-ads1118-20200904\Objects\ads1118.lnp (1155, 2020-09-24)
stm32-ads1118-20200904\Objects\ads1118.o (439796, 2020-09-24)
stm32-ads1118-20200904\Objects\ads1118.sct (479, 2020-08-31)
stm32-ads1118-20200904\Objects\ads1118_Ads1118.dep (65545, 2020-09-24)
stm32-ads1118-20200904\Objects\ads1118_sct.Bak (479, 2020-08-31)
stm32-ads1118-20200904\Objects\core_cm3.crf (3940, 2020-09-04)
stm32-ads1118-20200904\Objects\core_cm3.d (108, 2020-09-04)
stm32-ads1118-20200904\Objects\core_cm3.o (11164, 2020-09-04)
stm32-ads1118-20200904\Objects\delay.crf (368835, 2020-09-04)
stm32-ads1118-20200904\Objects\delay.d (1917, 2020-09-04)
stm32-ads1118-20200904\Objects\delay.o (407980, 2020-09-04)
stm32-ads1118-20200904\Objects\main.crf (380506, 2020-09-24)
stm32-ads1118-20200904\Objects\main.d (2075, 2020-09-24)
... ...

# stm32f103 驱动 ads1118 接口配置: STM32F103 ADS1118 PB12 ------> CS(pin2) PB13 ------> SCK(pin1) PB14 ------> DOUT(pin9) PB15 ------> DIN(pin10) STM32F103串口 PA9- Tx PA10-Rx # 说明 1、 程序中实现了DMA模式下的printf函数功能,将要发送的数据放入队列中 CPU在sysTick中断中不断检测该队列是否不为空,不为空就搬运该数据 并将发送数据的首地址与长度给DMA,这样即可实现DMA模式下的printf 2、 ADS1118驱动参考了TI官方给出的msp430平台下的代码,并修改到STM32平台下, 实现了片内温度检测与两路差分热电偶输入检测,读出的值通过串口显示 3、 工程使用mdk 5.14 文章链接 [STM32F103驱动ADS1118](http://stevenshi.me/2017/09/07/stm32-ads1118/)

近期下载者

相关文件


收藏者