• 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 » All Tags » UART
Share
Microcontrollers
  • C2000™ Microcontrollers C2000™ Microcontrollers
  • Hercules™ Safety Microcontrollers Hercules™ Safety Microcontrollers
  • MSP430™ Microcontrollers MSP430™ Microcontrollers
  • Other Microcontrollers Other Microcontrollers
  • Stellaris® ARM® Microcontrollers Stellaris® ARM® Microcontrollers
  • Tiva™ ARM® Microcontrollers Tiva™ ARM® Microcontrollers

Browse by Tags

Microcontrollers

Welcome to the 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".

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:
UART
  • #stellarisware
  • 2xx
  • 5xx
  • ACLK
  • adc
  • ADC10
  • ADC12
  • arm
  • assembly
  • baud rate
  • bluetooth
  • boot loader
  • bootloader
  • BSL
  • BSL BSL430
  • BSL430
  • c
  • CAN
  • cc2500
  • CC430
  • CCE
  • ccs
  • CCS 4
  • ccsv4
  • clock
Related Posts
  • Forum Post: Re: S/W UART

    BrandonElliott BrandonElliott
    Chakra, We actually have a code example that implements a software UART using the Timer_A. Please see the follwing zip file from www.MSP430.com for several different examples: http://www.ti.com/lit/zip/slac011 (namely, see msp430x11x1_ta_uart19200_01.c)
    on Aug 5, 2008
  • Forum Post: Re: ADC help needed

    BrandonElliott BrandonElliott
    Hi, The UART protocol is digital already, you should be able to plug and play with a code example for USCI channel A0 in UART mode (provided your device has the USCI). It should only be noted that the input voltage levels are valid per the spec in the datasheet.
    on Nov 18, 2008
  • Forum Post: Serial port help needed

    sam22 sam22
    hey m using an Express card as my laptop does not has a serial port. When i use in device manager i see two COM port, one is of the express card & other is of MSP430, i select the one for express card & try to connect to hyperterminal. I am able to establish a connection but after that in the...
    on Nov 23, 2008
  • Forum Post: Re: UART code needed

    DerekC DerekC
    sam22 I have another doubt is UCA0RXBUF on port 2 or port 4?? You were right to query about the port number. Got a reply from EPIC this morning and they pointed out that the Experimenter's Board (MSP430FG4618/F2013) uses P2.4 for UCA0TXD and P2.5 for UCA0RXD. I made the mods to msp430xG46x_uscia0_uart_9600...
    on Nov 26, 2008
  • Forum Post: Re: UART code needed

    DerekC DerekC
    Sid, You should be able to use the PCMCIA card if it looks like a COM port to the laptop. Have a look in Control Panel->System->Hardware tab->Device Manager->Ports (COM & LPT), you should see one related to the PCMCIA card there. Then, use this port in the terminal application. ...
    on Nov 27, 2008
  • Forum Post: CC2520DK kit and UART A1 problem

    renka renka
    Hi, I am currently working with CC2520DK kit.I have a stand-alone application,that activates UART A1 module of MSP4302618.The application writes data to PC and receives data from PC. The UART A0 of MSP430 works well,while UART A1 has only right TX functionality (Tx to PC,i am successufully write...
    on Dec 3, 2008
  • Forum Post: Re: MSP430F2618 and NS LM9838 Bluetooth Chip

    BrandonAzbell BrandonAzbell
    dave I wanted to include a couple of examples from my code to make it easier to understand what I am doing. First, here is the section of code that sets the GPIO pin directions and functions: // Pin Pin # Direction Connections // P3.0 28 -> Flash CS // P3.1 29 <- Flash SDI // P3.2 30 ->...
    on Dec 6, 2008
  • Forum Post: Re: MSP430F2618 and NS LM9838 Bluetooth Chip

    dave6286 dave6286
    One additional data point. When I connect to the bluetooth chip on our board with my laptop, I do get 1 character from the BT chip [out of the 14 it sends when it gets a connection]. The other characters just never seem to make it to me. Would this indicate a baud rate problem or some other problem?
    on Dec 7, 2008
  • Forum Post: Re: MSP430F2618 and NS LM9838 Bluetooth Chip

    BrandonAzbell BrandonAzbell
    Is the one character you do receive an expected value? If it is not the value you expect, I might expect a baud rate issue, but the only way to be sure is to use an oscilloscope to verify what is actually being sent and compare to what is being captured by the MSP430. What does your software do when...
    on Dec 7, 2008
  • Forum Post: Re: 5xx LPM3 with UART wakeup?

    BrandonAzbell BrandonAzbell
    Have you looked at the code examples (SLAC166) provided on the MSP430F5438 Product Folder ? There are a couple of examples that configure the USCI for UART mode and use LPM0 and LPM3. They do use a different targeted baud rate, but this should provide some guidance. I realize this isn't a definitive...
    on Dec 7, 2008
  • Forum Post: Re: CC2520DK kit and UART A1 problem

    BrandonAzbell BrandonAzbell
    What hardware are you using which has the MSP430F2618 on it? Would you be able to post your modifications to the MSP430x261x_uscia0_uart_01.c which have it configured to use UART A1?
    on Dec 7, 2008
  • Forum Post: Re: MSP430F2618 and NS LM9838 Bluetooth Chip

    BrandonAzbell BrandonAzbell
    At this point, I think it is prudent to verify the baud rate before looking at other items. The USCI interface is going to be driven by the same clock for both the RX and TX operations. It would be easier to verify the baud rate by using some code to transmit a series of known values that you can then...
    on Dec 7, 2008
  • Forum Post: Re: CC2520DK kit and UART A1 problem

    BrandonAzbell BrandonAzbell
    You mentioned seeing signals on the RX line from the PC when using either USCI A0 or USCI A1. Where are you measuring these? Is it on the CCMSP-EM430F2618 board?
    on Dec 14, 2008
  • Forum Post: Re: CC2520DK kit and UART A1 problem

    BrandonAzbell BrandonAzbell
    I would as a test to make sure there isn't any conflict that may be getting in your way.
    on Dec 18, 2008
  • Forum Post: Re: Data Transmission - Serial Port

    BrandonAzbell BrandonAzbell
    Mike2108 Where it says an external watch crystal is required for XIN, XOUT, does this mean I have to add an external crystal to the board myself, or should there be one present already? I believe the MSP-EXP430FG4618 experimenter board has the crystal across XIN/XOUT populated, but you should check...
    on Jan 9, 2009
  • Forum Post: Re: uart example

    Pandit Pandit
    Hi Gaston and Brandon, I'm facing problem in uart tx. My below program is not working, bcoz it's setting a NMI bit OFIFG, i used high frequency mode then y it's setting i dont know. Please tell me how to configure the clock and how can i tx a fixed length of data bytes. Tell me what's...
    on Jan 23, 2009
  • Forum Post: Communicating from Rf220T board to hyperterminal using uart

    raj9555 raj9555
    Hi: I have the EZ430 USB debugger and the RF2500T board. All i am trying to do is send an ASCII character from the MCU to the hyperterminal program. Here's my code. #include "msp430x22x4.h" void main(void) { WDTCTL = WDTPW + WDTHOLD; // Stop watchdog timer P1DIR = 0x01; P1OUT = 0x01;...
    on Jan 30, 2009
  • Forum Post: Re: MSP430 IrDA baud rate

    Mike at Work Mike at Work
    Chakra, [Edit: Assume you're talking MSP430-x2xx based on the family users guide you cite.] I have found the formulas to be correct, though the whole process can be hard to follow. There are some inconsistencies in your post. The table and page number you cite are for UCOS16=0. If you are using...
    on Feb 18, 2009
  • Forum Post: MSP430x4xx - 921600 UART & 32Ksps SD16 Communication

    Engrforever Engrforever
    IDE and Software details: IDE: IAR Workbech MSP430 MCU: MSP430FE427 Board 1: http://www.sparkfun.com/commerce/product_info.php?products_id=52 Board 2: http://www.ghielectronics.com/details.php?id=1&sid=2 Test setup: micro - MAX232CPE - cable - usb2serial - PC everything on "cable...
    on Mar 10, 2009
  • Forum Post: Re: eZ430-RF2500 MSP430FG4618 Experimenter's Board Wired Communication

    BrandonAzbell BrandonAzbell
    I assume you are wanting to send several bytes of information between the MSP430FG4618 on the Experimenter's board and the MSP430F2274 on the RF2500 radio target board, as well as vice versa. If so, I would suggest using one of the serial interfaces of both devices for this communication. However...
    on Mar 12, 2009
  • Forum Post: Re: eZ430-RF2500 MSP430FG4618 Experimenter's Board Wired Communication

    BrandonAzbell BrandonAzbell
    Mike2108 Data points being sent every half a millisecond at 9600 kbps from the experimenters board are not being received at the same rate on the eZ430-RF2500. The data is received sporadically. I checked the UCA0TXD output on an oscilliscope and saw that the output was as expected, but had significant...
    on Mar 13, 2009
  • Forum Post: UART test code fails when switching from UART0 to UART1

    Adde Adde
    Hi, I've successfully run a modified UART code examples found at this site. It uses UART0 of my device (an MSP430F5438) and blink a LED each time a new character goes into the RX buffer. But when I try changing the code to use UART1 something happens and the LED stop blinking, can you see what...
    on Mar 25, 2009
  • Forum Post: Receive interrupt

    kanaga raj kanaga raj
    I am using EXP4618 and EXP4618 for my project.In this UART communication using UARTA0 mode,when I receive the data in receive buffer at the time UART read functiion to be perform. How do i check the receive interrupt in EXP4619 board using C.
    on Apr 5, 2009
  • Forum Post: BSL For msp430f168

    Santiago Perrotto Seeber Santiago Perrotto Seeber
    Hi! I'm trying to communicate with the msp430f168 through the bootloader but i can't. I've checked the signals going out of my computer like test and reset which are the ones that activate the bootloader but no response has came from the uP. And the TX line of the bootloader didn't...
    on Apr 26, 2009
  • Forum Post: Timing error on Auto-baud-rate / LIN sync delimiter

    Mathew Maher Mathew Maher
    Got a very strange error here, on an MSP430G2553, which is currently being programmed up to support LIN Bus Having setup the UART for 19k2 operation with auto-baud rate, transmitting the 0x55 sync byte works, but the timing is way out on the sync delimiter, as shown in the attached picture. For 19k2...
    on Sep 24, 2012
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