• 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 » ARM® Processors » Sitara™ ARM® » AM3x Sitara ARM Processors Forum » Starterware pin-muxing on Beaglebone
Share
Sitara™ ARM®
  • Forum
  • Announcements
Options
  • Subscribe via RSS

Starterware pin-muxing on Beaglebone

Starterware pin-muxing on Beaglebone

This question is not answered
Thomas 50104
Posted by Thomas 50104
on Apr 24 2012 07:31 AM
Intellectual260 points

Hi

I'm left confused setting the pin mux of the Beaglebone and hoping some for help here.

I want to access the McASP0 pins on the P8 connector and have tried a few things without much success. According to the Beaglebone user manual (section 7.13) the McASP pins I need access to reside on:

mcasp0_ax1 -> pin31 (name: "uart5_ctsn")
mcasp0_fsr -> pin33 (name: "uart4_rtsn")
mcasp0_aclkr -> pin35 (name:uart4_ctsn")
mcasp0_axr0 -> pin36 (name: "uart3_ctsn")

To configure the pin mux using the Starterware code I use the following piece of code:

HWREG(SOC_CONTROL_REGS + CONTROL_CONF_UART_CTSN(5)) = CONTROL_CONF_MUXMODE(3); // mcasp0.axr -> transmit : pin=31
HWREG(SOC_CONTROL_REGS + CONTROL_CONF_UART_RTSN(4)) = CONTROL_CONF_RXACTIVE | CONTROL_CONF_MUXMODE(3); // mcasp0.fsr -> transmit : pin=33
HWREG(SOC_CONTROL_REGS + CONTROL_CONF_UART_CTSN(4)) = CONTROL_CONF_RXACTIVE | CONTROL_CONF_MUXMODE(3); // mcasp0.aclkr -> transmit : pin=35
HWREG(SOC_CONTROL_REGS + CONTROL_CONF_UART_CTSN(3)) = CONTROL_CONF_RXACTIVE | CONTROL_CONF_MUXMODE(3); // mcasp0.axr0 -> receive : pin=36
where
#define CONTROL_CONF_UART_CTSN(n) (0x968 + ((n) * 0x10))
#define CONTROL_CONF_UART_RTSN(n) (0x96c + ((n) * 0x10))

Since my project doesn't work I wonder one of you can at least verify that the pin muxing is correct?

Best Regards

Tom




BeagleBone starterware McASP pin-muxing
Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • Sebastian Herrmann
    Posted by Sebastian Herrmann
    on May 03 2012 06:06 AM
    Prodigy130 points

    Hello Tom

    I had the same problems.

    I used the "names" of MODE0 and now it is working.I didn't change any of the defines.

    My code looks like this:

        HWREG(SOC_CONTROL_REGS + CONTROL_CONF_LCD_DATA(8)) = CONTROL_CONF_MCASP0_ACLKX_CONF_MCASP0_ACLKX_RXACTIVE | MCASP_SEL_MODE;
        HWREG(SOC_CONTROL_REGS + CONTROL_CONF_LCD_DATA(9)) = CONTROL_CONF_MCASP0_FSX_CONF_MCASP0_FSX_RXACTIVE | MCASP_SEL_MODE;

        HWREG(SOC_CONTROL_REGS + CONTROL_CONF_LCD_DATA(12)) = CONTROL_CONF_MCASP0_ACLKR_CONF_MCASP0_ACLKR_RXACTIVE| MCASP_SEL_MODE;
        HWREG(SOC_CONTROL_REGS + CONTROL_CONF_LCD_DATA(13)) = CONTROL_CONF_MCASP0_FSR_CONF_MCASP0_FSR_RXACTIVE | MCASP_SEL_MODE;

        HWREG(SOC_CONTROL_REGS + CONTROL_CONF_LCD_DATA(10)) = CONTROL_CONF_MCASP0_AXR0_CONF_MCASP0_AXR0_RXACTIVE | MCASP_SEL_MODE;
        HWREG(SOC_CONTROL_REGS + CONTROL_CONF_LCD_DATA(14)) = CONTROL_CONF_MCASP0_AXR1_CONF_MCASP0_AXR1_RXACTIVE | MCASP_SEL_MODE;

    If you know how to send with an external clock you can tell men ;-)

    best regards

    Basti

    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