• 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 » Embedded Software » StarterWare » StarterWare forum » UART
Share
StarterWare
  • Forum
Options
  • Subscribe via RSS

Forums

UART

This question is not answered
brad badke
Posted by brad badke
on Jun 02 2012 15:16 PM
Intellectual760 points

Any ideas on what I am missing to get UART2 to work? I believe I have modified the following three functions correctly to get UART2 working. Is there some other clock I need to enable? This is on my own board that is wired to use UART2 ---- this is not EVM or Beagle

UART0ModuleClkConfig

UARTPinMuxSetup

UARTStdioInitExpClk

Thanks

UART
Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • brad badke
    Posted by brad badke
    on Jun 02 2012 16:37 PM
    Intellectual760 points

    Turns out that CONTROL_CONF_UART_RXD(n) and  CONTROL_CONF_UART_TXD(n)   don't give the correct offset for UART2 and UART3. Have to use the offsets

    CONTROL_CONF_MII1_TXCLK

    CONTROL_CONF_MII1_RXCLK

    CONTROL_CONF_MII1_RXD2

    CONTROL_CONF_MII1_RXD3

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Gurudutt Bharadwaj
    Posted by Gurudutt Bharadwaj
    on Jun 04 2012 09:51 AM
    Prodigy625 points

    Hello Brad,

    I see that you have targeted the right functions to change to port to UART2 instance. I suppose you are referring to these two files:

    • utils/uartStdio.c
    • platform/evmAM335x/uartConsole.c

     The changes that need to be made are:

    • UART0ModuleClkConfig:

    This function has to be ported to UART2 instance. Note that UART0 is in Wake-up domain and  UART2 is in Peripheral domain. You have to refer to Control Module chapter in AM335x TRM to find the registers relevant to UART2 and set the appropriate bits. 

    • UARTPinMuxSetup:

    As it is obvious, the StaterWare package has not provided the code to pin multiplex UART2 pins. The UART2 pins namely UART2_TXD and UART2_RXD are available on different pins and in different Mux modes. The offset addresses of each of these pins are different.

    To give you an example:

    ‘uart2_rxd_mux2’  and  ‘uart2_txd_mux2’ pins are available with offset addresses 0x0900 and 0x0904 respectively. The multiplexing mode is Mode3.

    ‘uart2_rxd_mux1’ and ‘uart2_txd_mux1’ pins are available with offset addresses 0x090C and 0x0910 respectively. The multiplexing mode is Mode6.

     You have carefully do the correct pin multiplexing.

    • UARTStdioInitExpClk() :

    This function need not be changed. The file ‘uartConsole.c’ mentioned above uses the UART0 Base address for the various UART functions.

    #define UART_CONSOLE_BASE                    (SOC_UART_0_REGS)

    You have to change the right-hand macro to SOC_UART_2_REGS to use UART2 registers.

    Please revert if you have any queries.

     

    Thanks and Regards.

    Gurudutt.

    StarterWare UART
    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
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