• 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 » ADS1232REF
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:
ADS1232REF
  • 24-bit sigma delta ADC
  • A/D converter
  • ADS1231
  • ADS1232
Related Posts
  • Forum Post: Re: Two questions about ADS1232REF board RS232 communication programming

    Joseph Wu Joseph Wu
    Bo, 1. I've never use Matlab as an inteface for the serial port, are you sure you have everything from the RS232 side hooked up correctly? Have you verified it with an oscilloscope? 2. The Streaming command takes the data at what ever rate the board is set to. This is outlined on page 19 of...
    on Apr 7, 2010
  • Forum Post: Re: ADS1232REF load cell board

    Bob Benjamin Bob Benjamin
    Philip, You can review the user guide to see how the device communicates through the serial port. Basically you can start a terminal program (like hyperterminal) and control the ADS1232REF in this manner. For example, you can setup the device, take a reading, and the reading will be displayed on the...
    on Nov 6, 2010
  • Forum Post: Re: Need help with the ADS1232REF Developers Board

    Bob Benjamin Bob Benjamin
    Frank, What is the brand and model number of the weigh scale you are trying to use? Are you connected to the terminal block or the header. What are you using to power the ADS1232REF board? What value of calibrated weight are you using? Best regards, Bob B
    on Nov 9, 2010
  • Forum Post: Re: ADS1232REF load cell board

    Bob Benjamin Bob Benjamin
    Phillip, Is the switch malfunctioning, or is it not responding in the way you think it should? When you press the TARE button, does the LCD flash TARE and then SETTLING? What is the weight you are trying to measure, and what does the LCD display? Also, can you tell me what the version number is...
    on Nov 18, 2010
  • Forum Post: Re: ADS1232REF - Beginner Question

    Bob Benjamin Bob Benjamin
    Atley, Unfortunately the current version of the software will not run on Windows 7. This is a limitation of the development version of Labview that we have been using. There is a version of the software that will run with Vista/XP and it can be found at: ftp://ftp.ti.com/pub/data_acquisition/ADS1x31REF...
    on Dec 7, 2010
  • Forum Post: Re: ADS1232REF - Beginner Question

    Bob Benjamin Bob Benjamin
    Atley, Flash your own version??? You mean C code to the MSP430? Are you expecting to use the Labview code with your own firmware? We use freeRTOS to maintain a specific timing relationship, so depending on what you are doing you may run into some issues. On the right side of the ADS1232REF is J3...
    on Dec 7, 2010
  • Forum Post: Re: ADS1232REF - Beginner Question

    Bob Benjamin Bob Benjamin
    Atley, There is no password. You may have a power or power sequencing issue. USB only powers the USB section unless SW9 is in the USB mode position. I'm assuming you are using a JTAG FET adapter. That is the easiest and fastest way. If you try to use the BSL via USB, that is a little more difficult...
    on Dec 7, 2010
  • Forum Post: Re: ADS1232REF - Beginner Question

    Bob Benjamin Bob Benjamin
    Atley, Try adding the switch '-epvr' to your command line. This will erase the current memory, use the default password, verify the upload, and reset the device. Best regards, Bob B
    on Dec 8, 2010
  • Forum Post: Re: ADS1232REF - New Beginner

    Bob Benjamin Bob Benjamin
    Charles, It would also be helpful to know which version of the firmware is installed. You can verify which version by checking the LCD when the board is powered or reset. Also, there are two modes of operation. One is analysis mode, and the other is scale mode. The TARE button only works in the...
    on Dec 30, 2010
  • Forum Post: Re: ADS1232REF -- More

    Bob Benjamin Bob Benjamin
    Charles, I'm sorry, but I'm currently out of the office this week, but will be in on Monday. At that time I can set up a board with a load cell so that I can answer the question more specifically. In the mean time, can you tell me a little bit about your load cell and how it is connected...
    on Dec 31, 2010
  • Forum Post: Re: ADS1232REF -- Continuing

    Bob Benjamin Bob Benjamin
    Charles, I'm taking a look at the switch commands now. One thing to keep in mind. The board is basically designed to be stand-alone, however if you use the software, the software may overwrite any commands that you have saved in flash. Usually if the inputs are just drifiting around, the inputs...
    on Jan 3, 2011
  • Forum Post: Re: ADS1232REF -- Continuing

    Bob Benjamin Bob Benjamin
    Charles, Besides the obvious switch problem, I have verified that there are discrepancies with the user guide regarding the switches. We will need to update the user guide/firmware to reflect the proper operation. Thank you for your detailed input. Best regards, Bob B
    on Jan 3, 2011
  • Forum Post: Re: ADS1232Ref

    Bob Benjamin Bob Benjamin
    Omar, I'm only guessing about how you have this hooked up. Are you saying that you have an external processor connected to the ADS1232REF? Can you send a schematic or drawing of what you are trying to do? DRDY/DOUT is an output on the ADS1232, so I'm confused about what you call DataReady...
    on Feb 23, 2011
  • Forum Post: Re: ADS1232Ref

    Bob Benjamin Bob Benjamin
    Omar, That clears things a bit. How are you powering the components on the USB side and what position is the programming switch SW9? I think what you are trying to do is RESET the device from time to time. This is a bad approach. The TUSB3410 control signals are only meant to be used for the bootstrap...
    on Feb 23, 2011
  • Forum Post: Re: ADS1232Ref

    Bob Benjamin Bob Benjamin
    Omar, You are resetting the MSP430 processor if you use the DTR line. This is way outside of the scope of how this system is designed. You need to stay within the confines of how the system works. You cannot think of this in terms of normal RS232 type behaviour. There is no handshaking taking place...
    on Feb 24, 2011
  • Forum Post: Re: ADS1232Ref

    Bob Benjamin Bob Benjamin
    Omar, The firmware files are contained in a zip file on our ftp site: ftp://ftp.ti.com/pub/data_acquisition/ADS123xREF/ADS123x_CDROM/Firmware/Firmware_Source_Code/ The code is a bit hard to follow as it uses freeRTOS. That means there is task swapping going on. What you will be most interested...
    on Feb 25, 2011
  • Forum Post: Re: ADS1232Ref

    Bob Benjamin Bob Benjamin
    Omar, You said before that you received the echo....that means you are communicating, as the echo is sent from the MSP430 based on the data that was sent to it. In this case what happens is the UART receives the character, places it in a RX buffer (of one character size) and generates an interrupt...
    on Feb 25, 2011
  • Forum Post: Re: 3 questions regarding ADS1232 REF

    Bob Benjamin Bob Benjamin
    Jens, Unfortunately the ADS1232REF board has not been qualified to run on Windows 7. I'm not sure what you are using for the driver. If you are using the driver that was part of the installation program for the ADS1232REF, you may have an older TUSB3410 COM driver that may have issues with Windows...
    on Apr 19, 2011
  • Forum Post: Re: 3 questions regarding ADS1232 REF

    Jens Lundstrom Jens Lundstrom
    Hello Bob, Thank you for your rapid response. I did as you wrote, I updated the driver on another PC with WinXP. However I experience the same issue here. The ADS1232REF connection to the first two boards work (they map as COMX and COMY) but when I insert the next two boards then they become COMX...
    on Apr 20, 2011
  • Forum Post: Re: 3 questions regarding ADS1232 REF

    Jens Lundstrom Jens Lundstrom
    Bob, I understand, I will check if the USB ports I used were version 1.0 or 2.0. I will contact the support of TUSB3410. One final question, I was a little bit confused when you wrote that I was "...using the ADS1232REF beyond the scope to which it was intended". So what did I do...
    on Apr 20, 2011
  • Forum Post: Re: 3 questions regarding ADS1232 REF

    Jens Lundstrom Jens Lundstrom
    Bob, OK, thank you for your answers. Best regards, /Jens
    on Apr 23, 2011
  • Forum Post: 3 questions regarding ADS1232 REF

    Jens Lundstrom Jens Lundstrom
    Hi, We use four ADS1232 boards connected to a PC sampling load cell values using the stream function (in high speed mode, command: 'rf'). There are three problems that I'm facing: #1 We run Win7 and a stand-alone software running four threads which continously acquires data from...
    on Apr 19, 2011
  • Forum Post: Re: ADS1232REF 1.1.0d, Cannot enter Config mode using the 4 push buttons on board

    Bob Benjamin Bob Benjamin
    Bill, Sorry for the confusion regarding the user's guide. A while back there were major changes to the board layout and the user's guide did not adequately show those changes in regards to functions of the switches. Fixes to the user's guide is on my to do list, but I haven't got it...
    on Jun 24, 2011
  • Forum Post: Re: Problem with the TI's evaluation board software for the ADS1232

    Bob Benjamin Bob Benjamin
    Alejandro, Sometimes there are conflicts between the COM drivers and Labview. There has been an updated version of the software that can be found at our ftp site that you can download: ftp://ftp.ti.com/pub/data_acquisition/ADS1x31REF/Software/ I know I gave you a location for the ADS1x31REF...
    on Sep 9, 2011
  • Forum Post: Re: occasional noise samples and optimum sampling strategy for two sensors

    More Granularity More Granularity
    Graham If I switch channels every sample, then it takes 12.5ms+51ms+12.5ms+51ms = 127ms per cycle. So I can sample each channel 7 times in my 1 sec interval, and that gives me the best sampling overlap between channels. If I want to maximize samples/chan then I should sample each channel for...
    on Oct 26, 2011
123
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