• 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 » Development Tools » TI C/C++ Compiler » TI C/C++ Compiler - Forum » loading Interrupt Service Routine into specific address
Share
TI C/C++ Compiler
  • Forum
Options
  • Subscribe via RSS

loading Interrupt Service Routine into specific address

loading Interrupt Service Routine into specific address

This question is answered
Bigtree
Posted by Bigtree
on Apr 19 2012 16:16 PM
Intellectual630 points

Hi There,

How could I load a ISR routine to a specific address to enable interrupt? I am using Am3703. From the spec, It seems I need to write an small ARM assembly code into a fixed address (IRQ/FIQ entry PC, 0x00000018 for IRQ). How could I load this compiled ARM assembly to that particular address in Code Composer? Is this the right way to implement hardware interrupt? Thanks for your attention.

 

Frank

ARM compiler code composer code Composer studio CCS V4.x code composer studio version 4 CCS v4 ccsv4 CCS v4.2 CCS v5 eclipse CCSv4.2 CCS v.4 CCS4.0 Code Composer 4 CCS V4.0.2 debug problem GEL JTAG Emulator
Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • George Mock
    Posted by George Mock
    on Apr 20 2012 10:18 AM
    Verified Answer
    Verified by Bigtree
    Guru52875 points

    Presume your ISR assembly source code is in a file named isr.asm, and the section is named .text.  Then this line, in the SECTIONS directive of the link command file, will do it:

    for_irq { isr.obj(.text) } > 0x18

    That line says create an output section named for_irq, it is made up of one input section, which is .text from isr.obj, and place for_irq at the address 0x18.  

    I don't know whether this is typical of how other ARM users configure interrupts.

    Thanks and regards,

    -George


    TI C/C++ Compiler Forum Moderator
    Please click Verify Answer on the best reply to your question.
    The Compiler Wiki answers most common questions.
    Track an issue with SDOWP. Enter your bug id in the "Find Record ID" box.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Bigtree
    Posted by Bigtree
    on Apr 20 2012 14:38 PM
    Intellectual630 points

    Thanks. This is very helpful.

    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