• 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 » Digital Signal Processors (DSP) » C6000 Single Core DSP » C67x Single Core DSP Forum » Timer interrupt generation problem in period reload mode
Share
C6000 Single Core DSP
  • Forums
  • Announcements
Options
  • Subscribe via RSS

Timer interrupt generation problem in period reload mode

Timer interrupt generation problem in period reload mode

This question is not answered
serdar
Posted by serdar
on May 14 2012 03:29 AM
Prodigy210 points

Hi,

I would like to use Timer0 in unchained mode with period reload on L138. I need to start a task when I get the interrupt signal from timer. Also I need to change period dynamically.

In this configuration (mentioned below), timer works but doesn't generate interrupt signal. If I change configuration to PLUSEN = 0 and ENAMODE12 = 2, it generates interrupt signal.

I couldn't catch what I'm missing. Do I need additional setup when PLUSEN = 1?

Reagrds,

Serdar

----- Timer Configuration -------

CSL_FINST(tmr0Regs->TIM12, TMR_TIM12_TIM12, RESETVAL);
CSL_FINST(tmr0Regs->TCR, TMR_TIM12_TIM12, RESETVAL);


tmr0Regs->TGCR = CSL_FMKT(TMR_TGCR_TIMMODE,32BIT_UNCHAIN)
| CSL_FMKT(TMR_TGCR_TIM12RS,NO_RESET)
| CSL_FMKT(TMR_TGCR_PLUSEN, ENABLE);

tmr0Regs->PRD12 = 10000;

tmr0Regs->REL12 = tmr0Regs->PRD12;

tmr0Regs->INTCTLSTAT = CSL_FMKT(TMR_INTCTLSTAT_PRDINTEN12, ENABLE);

// timer set and start
tmr0Regs->TCR = CSL_FMKT(TMR_TCR_CLKSRC12, INTERNAL)
| CSL_FMKT(TMR_TCR_ENAMODE12, EN_CONTRELOAD);

------ tcf file ------

/* CONVST switch (timer) hwi configuration */
bios.HWI.instance("HWI_INT4").interruptSelectNumber = 4;
bios.HWI.instance("HWI_INT4").fxn = prog.extern("isrCONVST");
bios.HWI.instance("HWI_INT4").useDispatcher = 1;

------ memory dump ----

0x01C20000 4472020C 00000000 00000000 00000000 00001A3C 00000000 00002710
0x01C2001C 00000000 000000C0 00000015 00000000 00000290 00000000 00002710
0x01C20038 00000000 00002710 00000000 00000003 00000000 00000000 00000000
0x01C20054 00000000 00000000 00000000 FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF
0x01C20070 FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF 4472020C 00000000 00000000
0x01C2008C 00000000 00001A3C 00000000 00002710 00000000 000000C0 00000015
0x01C200A8 00000000 00000290 00000000 00002710 00000000 00002710 00000000
0x01C200C4 00000003 00000000 00000000 00000000 00000000 00000000 00000000

timer period reload
Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • Mukul Bhatnagar
    Posted by Mukul Bhatnagar
    on Feb 09 2013 00:09 AM
    Mastermind24450 points

    Please see if the following post helps

    http://e2e.ti.com/support/dsp/tms320c6000_high_performance_dsps/f/115/p/50722/181435.aspx

    Regards

    Mukul

     

     

    Don't forget to verify answers to your forum questions by using the green "Verify Answer" button.

    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