• 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 » Microcontrollers » MSP430™ Microcontrollers » MSP430 Ultra-Low Power 16-bit Microcontroller Forum » All Tags » adc
Share
MSP430™ Microcontrollers
  • Forum
  • Announcements
  • E2E Wiki

Browse by Tags

MSP430™ Microcontrollers

Welcome to the MSP430™ Microcontrollers 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:
adc
  • 5xx
  • ADC10
  • ADC12
  • CC430
  • CCS
  • CCSv4
  • chronos
  • Clock
  • Code Example
  • Code Examples
  • compiler
  • Debug
  • experimenter board
  • ez430
  • ez430-RF2500
  • FRAM
  • I2C
  • Interrrupts
  • Interrupt
  • Jtag
  • Launch Pad
  • launchpad
  • lcd
  • MCU
  • microcontroller
Related Posts
  • Forum Post: MSP-EXP430FG4618 Pin-out

    Mike2108 Mike2108
    I've been searching in vain for a pinout list or diagram or similar for the MSP-EXP430FG4618 experimenter's board. Basically, I want to send the output of the digital-to-analog converter to one of the breadboard pins - is that possible in software and/or hardware? Also, is it possible to...
    on Jan 21, 2009
  • Forum Post: Re: SD16 ADC on MSP430x2xx Family MCU

    Priya Thanigai Priya Thanigai
    Hello, The SD16AE bits do 2 things 1) they enable/ disable the analog input pin and 2) they disable any digital circuitry (like multiplexed GPIOs) . The working is a little complex but can be understod easily with the help of the 'Application Information' section in the F20x3 datasheet. ...
    on Feb 4, 2009
  • Forum Post: Re: SD16 ADC on MSP430x2xx Family MCU

    BrandonAzbell BrandonAzbell
    The SD16AE register is used at the device level to configure the pins for the appropriate functionality. The MSP430x2xx Family User's Guide ( SLAU114 ) will provide descriptions at the module level, but sometimes you will need to reference the specific device datasheet to determine how everything...
    on Feb 4, 2009
  • Forum Post: MSP-EXP430FG4618 Anti-Aliasing Filter

    Mike2108 Mike2108
    Does the MSP-EXP430FG4618 Experimenter's board have an analog Anti-Aliasing filter at the input to the ADC of either the MSP430F2013 or the MSP430FG4618? I'll be sampling at 256 Hz, and so was wondering if I should use an RC lowpass filter as an anti-aliasing filter before the ADC.
    on Feb 10, 2009
  • Forum Post: TI ADS 5481

    Elizabeth Thompson Elizabeth Thompson
    Regarding TI ADS 5481 Analog-to-Digital Converter, does TI have a microcontroller with this device embedded? If not, is there a microcontroller to which it can be easily interfaced? Can it be directly interfaced to memory without a microcontroller? Finally, it appears that this chip only accepts 1 analog...
    on Mar 11, 2009
  • Forum Post: EZ430-RF2500 Oscillating values on ADC10 A0 and A1

    Vikram Ambrose Vikram Ambrose
    Hello Everyone. This is my last resort to figuring this problem out. I've used other MSP430s before, so I'm not new to the game. No matter what I try to do, A0 and A1 return an oscillating value between 200 to 500. A2 readings are fine. Here is my code: unsigned short ADC_convert_CH...
    on Mar 18, 2009
  • Forum Post: Re: MSP430 for Medical Implantable Devices

    Efrain Gaxiola-Sosa Efrain Gaxiola-Sosa
    Thank you for your answer Brandon. I asked for the value of R because I wanted to add a capacitor in pararell with the resistor between the OA inverting input and the OA output. Doing so I will have a 1st order active RC filter that may work as antialiasing filter. If I have the value of R, depending...
    on Mar 30, 2009
  • Forum Post: ez430-rf2500 sample and transmit

    Martyn Ferry Martyn Ferry
    Hi, I am trying to write a project using the msp430 ez430-rf2500. I have experience in C programming, but I am struggling to come to terms with programming the msp430. My aim is to sample an analogue input to the unit a few thousand times a second through one of the accessible pins connected to the...
    on Feb 26, 2009
  • Forum Post: MSP430F5438 - ADC Setup Verify

    Alfredo Alfredo
    I am attempting to use the ADC on my mspf5438 to trigger an LED at this point and later on a initiate UART communication. For now though I am trying to just light the LED. I am using the following code but the input voltage seems to be different than what I'm actually getting from conversions. My...
    on May 8, 2009
  • Forum Post: Re: SD16 ADC on MSP430x2xx Family MCU

    claudiu claudiu
    Glad to find this forum post since I have some similar question and the replies clarified a little bit the problem, but not entirely. I have some ADC code I wrote for F2012 and I wanted to use an F2013 instead which has a Sigma Delta module that I am not familiar with. To get some help starting, I...
    on May 11, 2009
  • Forum Post: Re: SD16 ADC on MSP430x2xx Family MCU

    Priya Thanigai Priya Thanigai
    1. Yes SD16AE2 sets the SD16 pin functionality for P1.2. The best place to look for this information is the D/s. 2. The SD16 differential input range is +/- 600mV. If the module is set in Bipolar mode the full scale range varies from Vmid + 600mV to Vmid - 600mV i.e. 1.2V. In the above mentioned...
    on May 11, 2009
  • Forum Post: Re: SD16 ADC on MSP430x2xx Family MCU

    claudiu claudiu
    Thanks a lot for your answer, Priya. I have to admit that I looked in the D/s but I got lost as regarding to Bipolar vs. Unipolar stuff. I looked again after reading your message and I wonder if now I got it right: if both SD16UNI and SD16DF are zero, it should mean Bipolar Offset Binary mode so SD16MEM0...
    on May 11, 2009
  • Forum Post: Re: SD16 ADC on MSP430x2xx Family MCU

    Priya Thanigai Priya Thanigai
    All of the information you are looking for is in the 2xx Family User's Guide. Here are a few examples to explain the different modes: Note: The SD16 takes in differential inputs limited to +/-600mV (see device D/s for FSR values). Bipolar Ouput: Offset Binary Vmid = 1.2V (negative input A...
    on May 14, 2009
  • Forum Post: Re: SD16 ADC on MSP430x2xx Family MCU

    claudiu claudiu
    I've read the Family User's Guide (it is my main reading and it helps a lot) but I guess I have some problems understanding the Sigma-Delta module. I will read this section a couple more times and then I will look again at your examples, maybe things will be clearer then. In any case, I am...
    on May 14, 2009
  • Forum Post: Re: SD16 ADC on MSP430x2xx Family MCU

    Priya Thanigai Priya Thanigai
    Yes, you're right the SD converter architecture invloves more reading and getting used to especially if you have previously worked with SAR ADCs like the ADC12. The key differences to remember are that the SD has a differential input, and the input voltage range swings around the Vmid or the common...
    on May 14, 2009
  • Forum Post: SD16 ADC on MSP430x2xx Family MCU

    Mike2108 Mike2108
    A fairly simple question here! Can someone please explain to me what exactly the register SD16AEx controls in the MSP430x2xx MCUs? My understanding from reading the User Manual is that it enables or disables the use of an external analog input to the sigma-delta adc depending on whether it's...
    on Feb 4, 2009
  • Forum Post: Re: MSP430F5438 -- UART interfering with ADC

    BrandonAzbell BrandonAzbell
    It is unclear what issue you are having, but I would suggest not having the call to Xbee_Command() within your ADC interrupt service routine. While you are in the interrupt service routine, the Global Interrupt Enable is "disabled", therefore no other interrupts will be recognized and serviced...
    on May 17, 2009
  • Forum Post: Re: MSP430F5438 -- UART interfering with ADC

    Alfredo Alfredo
    I am sorry, I was trying to explain my code and forgot to explain the real problem. The thing is that when I initialize both the ADC and the UART, my code will never enter into the ISR. If I initialize the UART and comment out the ADC code, then I can send all the commands I'd like. If I comment...
    on May 17, 2009
  • Forum Post: Re: MSP430F5438 -- UART interfering with ADC

    BrandonAzbell BrandonAzbell
    Just out of curiosity, if you remove the _bis_SR_register(LPM0_bits + GIE) ; call and replace with a while(1), what happens?
    on May 17, 2009
  • Forum Post: Re: MSP430F5438 -- UART interfering with ADC

    Alfredo Alfredo
    If I remove the _bis_SR_register(LPMO_bits) + GIE); and replace with while(1), it just sits there at while(1), no conversions take place.
    on May 18, 2009
  • Forum Post: Re: MSP430F5438 -- UART interfering with ADC

    Alfredo Alfredo
    Ok I've reworked my code a bit because there were a few things wrong with it, I was accessing some ADCMEM registers before their interrupts came, and I switched from using a continuous sequence of channels to a single sequence set inside an infinite loop. This is fundamentally the same, except it...
    on May 20, 2009
  • Forum Post: Re: MSP430F5438 -- UART interfering with ADC

    BrandonAzbell BrandonAzbell
    From the code you have provided, there is no USCI interrupt service routine, yet you are enabling the USCI TX and RX interrupts. I replicated this on my MSP430F5438 FET board and when I removed the following line in UART_Init(), the ADC interrupt service routine was taken. // UCA0IE |= UCRXIE + UCRXIE;...
    on May 22, 2009
  • Forum Post: Re: Internal ADC reference at the output pin

    LukasRiedel LukasRiedel
    Ok, solved probably... The internal reference output voltage is not between P2.4 and P2.3 as I thought and where I measured, but between P2.4 and GND...
    on May 28, 2009
  • Forum Post: Re: Internal ADC reference at the output pin

    BrandonAzbell BrandonAzbell
    Correct. The internal reference voltage would be between P2.4 and GND. Please reference the block diagram of the ADC10 in the MSP430x2xx Family User's Guide ( SLAU144 ) in Figure 20-1.
    on May 28, 2009
  • Forum Post: Internal ADC reference at the output pin

    LukasRiedel LukasRiedel
    Hi, everybody. I am solving very easy task, but I am not able to achive the results... It is simple. All I need is get the internal ADC reference of MSP430F2132 at the output pins Vref+ and Vref- (P2.4 resp. P2.3). I have tried almost everything including I/O pin function selection, ADC10AE0 analog...
    on May 28, 2009
12345
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