Giter Club home page Giter Club logo

stm32-ads1118's Introduction

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

stm32-ads1118's People

Contributors

chrismolony avatar

Stargazers

 avatar  avatar  avatar  avatar daming avatar 楼兰碎叶 avatar anselpeng avatar  avatar Wong Rayhome avatar  avatar 雨中执笔 avatar Etchone avatar

Watchers

James Cloos avatar 楼兰碎叶 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.