• 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 » All Tags » uart
Share
Browse Topics
  • Amplifiers
    • Audio Amplifiers
    • High Speed Amplifiers
    • Precision Amplifiers
    • /etc... Amplifiers & Other Linear
  • Applications
    • Automotive
    • Medical & High Reliability
    • Motor Drivers
  • ARM® Processors
    • Sitara™ ARM®
  • Digital Signal Processors (DSP)
    • C5000 Ultra Low Power DSP
    • C6000 Multicore DSP
    • C6000 Single Core DSP
    • DaVinci™ Video Processors
    • OMAP™ Processors
  • Clocks & Timers
  • Data Converters
    • Audio Converters
    • High Speed Data Converters
    • Precision Data Converters
    • Video Converters
    • /etc... Data Converters
  • Development Tools
    • WEBENCH® Design Center
    • Code Composer Studio
    • TI C/C++ Compiler
  • DLP & MEMS
  • Embedded Software
    • Android
    • BIOS
    • Linux
    • Multimedia Software Codecs
    • StarterWare
    • WinCE
  • Interface
    • Consumer & Computing
    • Ethernet
    • Fiber Communication
    • High Speed Interface
    • Industrial Interface
    • /etc... Interface
  • Logic
  • Low Power RF & Wireless Connectivity
  • Microcontrollers
    • C2000™ Microcontrollers
    • Stellaris® ARM® Microcontrollers
    • MSP430™ Microcontrollers
    • Tiva™ ARM® Microcontrollers
    • Other Microcontrollers
    • Hercules™ Safety Microcontrollers
  • OMAP™ Applications Processors
  • Power Management
    • Battery Management
    • Digital Power
    • AC/DC and Isolated DC/DC Power
    • LED Drivers/LCD Bias
    • Linear Regulators
    • NexFET™ Power MOSFETs
    • Non-Isolated DC/DC
    • Power Modules
    • PMU
    • Power Interface
    • SIMPLE SWITCHER®
    • Sequencers
    • Supervisor and Reset IC
    • Wireless Power
    • /etc... Power
  • RF & Digital Radio
    • Digital Radio (GC Products)
    • High Performance RF Modulators, PLL and VCO products
    • /etc... RF
  • Other Analog & Touch
    • Imaging
    • Temperature Sensors
    • Touch
    • /etc... Analog
  • /etc Support

Custom Title

Support Forums

Support Forums
To post a question or find an answer, choose a topic from the "Browse Topics" navigation menu on the left.
  • Get this RSS feed
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
  • 2.4 GHz
  • 2530
  • 2540
  • 2xx
  • 3530
  • 5505
  • 5xx
  • 6437
  • 6678
  • 6713
  • 6713 DSK
  • 6747
  • 6748
  • 674x
  • 802.15.4
  • 8148
  • 814x
  • 8168
  • adc
  • ADC10
  • ADC12
  • ais
  • aisgen
  • ALSA
  • am1808
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: Serial Comm & TIMAC

    LPRF Rocks the World  LPRF Rocks the World
    Hi, Have you check with a Serial Monitor Sniffer if anything from the Firmware is transmitted over the serial port to a PC? http://www.developer.com/net/cplus/article.php/633421 http://www.lvr.com/serport.htm http://www.serial-port-monitor.com/ LPRF_Rocks
    on Aug 19, 2008
  • Forum Post: Re: Serial Comm & TIMAC

    LPRF Rocks the World  LPRF Rocks the World
    Hi Ahmad, I would start just focus on getting the UART up and running, then your TMAC Sample App and next TIMAC + UART Check out the following Design Note just released: New design note: DN112 – Using UART in CC111xFx, CC2431x, and CC251xFx This design note explains the basic software use of the UART...
    on Sep 2, 2008
  • Forum Post: help with SW Uart

    nick836 nick836
    Hello! I would to realize a SW uart that send my received packet to pc. I read software code on TI web site, but i don't want realize a echo program. I don't know how to implement this software... is there anyone who can help me, please? Thanks.
    on Oct 7, 2008
  • Forum Post: Re: Problems on the DDK uart

    TimHarron TimHarron
    Are you using the DM642 Video Port Mini-Driver in addition to the UART driver for the DM642 EVM? There was a problem in the VPMD which overwrites a few registers in the EVM's FPGA which essentially disables the UART. This is a simple fix, so if you are in fact using the VPMD and UART drivers I will...
    on Oct 13, 2008
  • Forum Post: Re: Problems on the DDK uart

    TimHarron TimHarron
    There are four hard register writes into FPGA registers that should be modified. I'll quote the code changes I made. Look for the comments with my initials. static void configSAA7105(SAA7105_Mode videoMode, Bool slaveModeEnable, SAA7105_AnalogFormat outMode, SAA7105_InputFormat inFormat, Bool enableBT656Sync...
    on Oct 15, 2008
  • Forum Post: CC2430 UART transmit complete interrupt

    colinb colinb
    Hi, I'm trying to use UART0 on a CC2430EM+SmartRF04EB to do RS-232 serial to my PC. I'm currently testing with the SDCC compiler. The problem is that the UTX0 interrupt is not getting called after sending a byte. The receive URX0 interrupt routine is working fine, and I'm doing exactly...
    on Oct 21, 2008
  • Forum Post: CC2430EB - how to enable UART reception in SampleApp

    akorhola akorhola
    Hello, we have been using the Chipcon SmartRF04EB for a project, by implementing extra features into the provided SampleApp. Otherwise everything has been fine, but for some reason we can't get the UART RX interrupt to trigger at all. Transmitting from the board over UART works fine (Hyperterminal...
    on Nov 16, 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: using UART0 and UART1 in DM6437

    Bernie Thompson TI Bernie Thompson TI
    The interrupt mode should work, the driver should be handling the HWI for you already based on how the example is setup. It may be worth trying out the example within C:\dvsdk_1_01_00_15\psp_1_00_02_00\pspdrivers\drivers\uart\sample to verify it works on your platform, the example utilizes the interrupt...
    on Nov 25, 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: CC2480: Unclear about the documentation regarding the UART RTS and CTS pins

    Dirty Harry Dirty Harry
    Hello - It looks like there are some typos on the CC2480 pin direction. Please remember that the CC2480 is a slave device in SPI mode and a DCE in UART mode (so a pin direction is opposite the intuitive direction implied by the name.) So, it is correct to realize that the CC2480 pin directions in UART...
    on Dec 10, 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: CC2480: Unclear about the documentation regarding the UART RTS and CTS pins

    AnneauNîmes AnneauNîmes
    Hello, I've a problem with the UART communication. We have set the following values durnig a RST low pulse (18ms) : CTS = 0 MRDY = 0 CFG1 = 0 CFG0 = 1 Unfortunately we have no response from the CC2480 after the RST pulse. Can someone tell me if this configuration is correct or why...
    on Dec 16, 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
  • Wiki Page: How to setup a wireless UART with CC111x/CC251x devices

    Kjetil Kjetil
    Q: FAQ: How to setup a wireless UART with CC111x/CC251x devices by 1184125 The CC111x/CC251x devices can easily be used to make a standard serial interface like UART wireless. Also covering CRC check and automatic retransmission for error free operation the wireless UART can run with an effective...
    on Nov 22, 2010
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