• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Data Converters » Precision Data Converters » Precision Data Converters Forum » All Tags » MSP430
Share
Precision Data Converters
  • Forum
  • Files
  • E2E Wiki

Browse by Tags

Precision Data Converters

Welcome to the Precision Data Converters Section of the TI E2E Support Community. Ask questions, share knowledge, explore ideas, and help solve problems with fellow engineers. To post a question, click on the forum tab then "New Post".

Sign In to Post
Tags
You have subscribed to this tag. To view or manage your tag subscriptions, click here.   Close
You have unsubscribed from this tag. To view or manage your tag subscriptions, click here.   Close
You are currently viewing:
MSP430
  • A/D converters
  • adc
  • ADC problem
  • ADC timing
  • ads 1298
  • ADS1158
  • ADS1198
  • ADS1232
  • ADS1243
  • ads1256
  • ADS1258
  • ADS1259
  • ads1298
  • ads1298 ecg ekg
  • ADS1298 EEG ECG USB
  • ads1298 programming trouble
  • ADS1298EVM
  • clock
  • data converters
  • Delta Sigma
  • ecg
  • EEG
  • firmware
  • interface
  • SPI
Related Posts
  • Forum Post: ADS1256 Mux

    Gui Goretkin Gui Goretkin
    Using the ADS1256, at a data rate of 500 SPS, and gain of 1, and MSP430 I would like to know more about the proper use of the input multiplexer to obtain data from different/distinct analog sources. Right now, I have it configured to read data from mux: 05, 15, 25 (using channels 0, 1, and 2...
    on Jan 20, 2010
  • Forum Post: ADS1158 <-> MSP430 SPI communication

    Sergey Tarassenko Sergey Tarassenko
    Hello all I had recently to implement SPI communication between MSP430 and ADS1158. That's my almost first experience with SPI therefore I'm not sure if my method is correct (Though it gives me correct results.). Could you please confirm If I'm using correct procedure? SPI configuration...
    on Apr 19, 2010
  • Forum Post: Re: Need some examples on MSP430 -> ADS1258

    Gary To Gary To
    Thank you for the reply, Tom. Any examples will certainly be welcomed. Is there any header files for ads1258? [edit] p.s. My port3 is already connected with 2 other peripherals. I thought about splitting the spi line between the two and free 1 up for the A/D. But I don't want any latency issues...
    on Aug 11, 2010
  • Forum Post: ADS1298 connection with MSP430F2272

    Tomas Chang Tomas Chang
    Hi, I use MSP430F2272 communicate with ADS1298 of EVM board (ADS1x98 ECG FE Rev A-1). I control the RESETB for reset and CLKSEL for internal clock, initialize and register value follow the flow char of spec. The MSP430F2272 can send register value and command to ADS1298 and read register value...
    on Jun 1, 2010
  • Forum Post: Re: Need some examples on MSP430 -> ADS1258

    Gary To Gary To
    Thanks bunches Tom. And yes the 2 other ports have already taken up by peripherals. I maybe able to do some 'fancy engineering' to rewire the board, but some of the traces are in the inner layer and the pads are so small. Well, I guess there won't be much examples on bit banging a spi...
    on Aug 12, 2010
  • Forum Post: Need some examples on MSP430 -> ADS1258

    Gary To Gary To
    Hello, I'm setting up my ADS1258 to MSP430F2274 connection as in figure 63 in SBAS297E. I'm kind of new to this, so I'm wondering if I can get some examples as far as configuring and r/w the ADS1258 register. Thanks for your time.
    on Aug 10, 2010
  • Forum Post: Re: MSP430F229<->ADS1158 SPI Interface

    Annie Manuja Annie Manuja
    Thank you so much for your reply. MSP430 MCLK is running at 19.2MHz. ADS1158 (slave) on SPI Interface can maximum run till 16MHz (master clock period). If I plan to run ADS1158 at 6MHz, can I use SMCLK of MSP430 to run ADS1158 or do I need another crystal oscillator to run ADS1158 independently? What...
    on Aug 23, 2010
  • Forum Post: MSP430F229<->ADS1158 SPI Interface

    Annie Manuja Annie Manuja
    Hello All I am new to MSP430F5529 and ADS1158 and SPI as well. As per my application, I am using 3 ADS1158 as slaves and one Master that is MSP430. I would like to know if I can connect all three ADS with one SPI port on MSP430 and use chip selects from other ports/GPIOs to control these slaves...
    on Aug 11, 2010
  • Forum Post: Re: microcontroller with bluetooth module suitable for multi data acquisition system

    Bob Benjamin Bob Benjamin
    Dushyanth, To communicate to the ADS1243, you should use a micro-controller with a SPI periperal. You could also bit-bang GPIO ports, but that is a lot of extra coding that is taken care of if you have the SPI periperal. TI has a MSP430-bluetooth evaluation platform and information can be found at...
    on Oct 28, 2010
  • Forum Post: Problem communicating with ADS1259 using MSP430 SPI

    UTB UTB
    Hi, I am using the MSP430 in the ez430-RF2500 development kit to communicate with an ADS1259 via SPI. I am trying to initialize the ADC with the following Code Composer code, but it doesn't seem to work. The MSP430 gets stuck during "while (!(IFG2 & UCB0RXIFG));" as if it can't...
    on Nov 1, 2010
  • Forum Post: Re: AVDD, AVSS, DVDD recommended values for low power, low noise ads1198 application

    Tom Hendrick Tom Hendrick
    Hi Felipe, Welcome to the e2e forum! The ADS1198 would work well with the MSP430 using a DVDD supply as low as 1.8V. For AVdd and AVss, I'm not sure that we can give you the best low-power solution without knowing more detail about your project and how you intend to use the ADS1198. There is...
    on Apr 13, 2011
  • Forum Post: msp430f5509 communicate with the ADS1298

    luo chao luo chao
    hello,I wrote some code for the new project,the one msp5509 communicate with ads 1298 via spi,I initial the spi model on the 5509,and cs set low,reset set high and delay 1s, and set low then delay 1s,after that I set high,I set start from low to high. first of all,I send sdatac to stop the continous...
    on Jul 17, 2011
  • Forum Post: the spi rx interrupt

    luo chao luo chao
    Hello,friend. My Spi between msp5509 and ads1298 is bridged successful.my rx interrupt function as below, //spi receive interrept #pragma vector = USCI_A1_VECTOR __interrupt void SPI_Receive() { volatile unsigned char NRxBuff; switch(UCA1IV) { case 2: //receive data if(UCA1IFG&UCRXIFG) // USCI_A1...
    on Jul 19, 2011
  • Forum Post: ADS1298 question?

    Yan Jia-hong Yan Jia-hong
    The following is my question? Can ADS1298 which was mounted on PCB be done molding process again including ADS1298 pins? I know it will affect thermal radiation. Does this process influence ADS1298 operating temperature range? Does it degrade strongly ADS1298 performance?
    on Aug 5, 2011
  • Forum Post: Re: MSP430f2274 interfacing with DAC8830.

    NILESH77489 NILESH77489
    Hi I have going to interface the MSP430f5438 with digital potentiometer MCP41010 by SPI communication.For that i have write the code as below.My spi had some problem because of that i am not able to write the value in the data registers.If anyone had any solution for me then please send me...
    on Sep 7, 2011
  • Forum Post: Re: MSP430f2274 interfacing with DAC8830.

    NILESH77489 NILESH77489
    Hi, I have check on CRO but it don't show clock pulses on pin no 10.3. Is their any problem with the code?
    on Sep 8, 2011
  • Forum Post: MSP430f2274 SPI interfacing with DAC8830.

    RIV RIV
    Hi, I am trying to control a VCO with the DAC for some RF circuit. The MSP430 that I use, has an output streambit of 8bit (or 7), and the DAC needs a 16 bit input. I have read that I need to send 2 bytes. I have tried a 1000 ways to do that but it will not work. Right now, my aim is just to...
    on Aug 29, 2011
  • Forum Post: TLC2578 not sending output data

    Alexander Adams Alexander Adams
    I'm having trouble getting my ADC to respond with an output. My code pertaining to the ADC is as follows: P3SEL = 0x70; // P3.4-6 = USCI_A0 TXD,RXD; USCI_A1 CLK . . . P5SEL = 0xEC; // Enable XT2 Ports, Enable USCI_A1 SIMO,SOMI . . . // Clock Setup UCSCTL6 &= ~XT2OFF; // Enable XT2 UCSCTL3...
    on Dec 21, 2011
  • Forum Post: MSP430F5438 communication with ADS1298 DRDY toggle problem

    Ming-Hung Hsieh Ming-Hung Hsieh
    Hi everyone, Here is my program about MSP430 and ADS1298 communication: http://www.mediafire.com/?jrss4rk1lksuvkc I use the ADS1298 on the PCB what we create, it connect with MSP430 motherbroad (is what we made, too). I have tried that AVDD/AVSS +2.5V/-2.5V and DVDD/DGND +3.3V/0V, AVDD...
    on Feb 15, 2012
  • Forum Post: AMC1204 slower conversions?

    Roland Ertelt101949 Roland Ertelt101949
    I need an isolated ADC and i have found the amc1203 and amc1204 isolated-adc. They looks quite well, but i see that the 1204 wants a 5MHz clock. Thats pretty fast to read out the adc with an muc like the msp430. In the datasheet the amc is read out by a fpga, but thats much overequipped in this case...
    on Mar 29, 2012
  • Forum Post: ads1256- msp430f5438a interface

    Kedar Joshi Kedar Joshi
    Below is a part of the code I wrote to interface ADS1256 with MSP430F5438A. I am using msp430 at frequency of 16 MHz. the interfacing is done using spi interface. and I am using smclk/4 for spi Sclk. I am not able to read back the registers of ads, when initializing the adc in the adc_spi_init routine...
    on Apr 13, 2012
  • Forum Post: ads1298 Lead-Off Detection

    Yan Jia-hong Yan Jia-hong
    hi: I have tree questions: 1. the datasheet paga 63(Figure 59. Lead-Off Detection) , How do I set the register to Red circle? 2. How do setup the register for AC Lead-Off Detection(Figure 59) #define ADS1298_AD1_REG_ID 0x92//Address:0x00h :ID:Device ID Reg. (Read Only) 1 #define ADS1298_AD1_REG_CONFIG1...
    on Apr 20, 2012
  • Forum Post: Reading data from ADS1232 or any other ADC

    Megadeth Megadeth
    I am a newbie at microcontrollers and microprocessors but I do have extensive software background. This is a very basic question and I searched a lot and did not find a post that was useful. Hence I am asking this question here. Mods, feel free to move this thread to a more appropriate location if so...
    on Oct 22, 2012
  • Forum Post: Connecting LMP91000 eval board to MSP-TS430PZ100B

    Roger Chen Roger Chen
    Hi all, I was going to follow http://www.ti.com/lit/an/snaa138b/snaa138b.pdf on connecting the evalboard to the MSP430, before I realized that my board was 100 pins. There are equivalent pins for P2.6, DVSS1, P6.0 on my board, but instead of UCB0SCL and UCB0SDA, there is UCB1SCL and UCB1SDA on my board...
    on Apr 26, 2013
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use