• 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 » Microcontrollers » C2000™ Microcontrollers » C2000 32-bit Microcontrollers Forum » All Tags » watchdog
Share
C2000™ Microcontrollers
  • Forums
  • Announcements
  • E2E Wiki

Browse by Tags

C2000™ Microcontrollers

Welcome to the C2000™ Microcontrollers Section of the TI E2E Support Community. Ask questions, share knowledge, explore ideas, and help solve problems with fellow engineers. To post a question, click on the forum tab then "New Post".

Sign In to Post
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:
watchdog
  • 2802x
  • 28035
  • 2803x
  • 2806x
  • 2808
  • 280x
  • 28335
  • 28335 Ecan
  • 2833x
  • 28x
  • assembly
  • bootloader
  • C2000
  • C28x
  • CCS5
  • example projects
  • F28035
  • interrupt
  • Piccolo
  • pll
  • Reset
  • Standby
  • TMS320F28069
  • TMS320F2808
  • XDS100
Related Posts
  • Forum Post: Re: TMS320F28335 Watchdog Reset Detection

    DaveB123 DaveB123
    You are correct ! On the 281x devices, this flag is not reliable since the sampling window for the reset line is too short . On the 2833x/2823x devices, the sampling interval has been increased to allow more time for the reset line to go high after a watchdog reset occurs. Check Section...
    on Apr 17, 2009
  • Forum Post: Re: TMS320F2808 software reset

    Josh Josh
    On the same topic. Could someone point me to a TI document that list's the watchdog module and it's registers in detail (TMS320F2808). Thanks in advanced...
    on Dec 17, 2009
  • Forum Post: TMS320F2808 wdog

    alex alexeev alex alexeev
    Hello, I'm finishing one of my projects on TMS320F2808 and now I want to detect situation when reset was caused by wdog. To simulate firmware stall I have added while(1); cycle into my code (inside one of events handlers). Reset occurs but WDFLAG is not set. What's wrong? Thank...
    on Mar 29, 2010
  • Forum Post: Re: F28035 Experimenter's Kit getting started issue

    Glib Dovgych Glib Dovgych
    Well, I still haven't solved this problem, but I discovered a strange fact. According to the SPRA958 if I set a break-point at the start of _c_int00 (0x3F64EF) and at the beginning of main() and program reaches the first one but never comes to the second - it's a watchdog timer issue. And I have...
    on Oct 27, 2010
  • Forum Post: How to get the contents of XARn register?

    Ted Lee57324 Ted Lee57324
    Hi there, We are currently developing the controller using F28335. And I'm implementing the Watchdog ISR code. In my WDT ISR code, I'd like to capture the address where the watchdog was occurred. I'll show the example code for your better understanding. Here is the test code...
    on Mar 8, 2011
  • Forum Post: FYI: Errata Updated for Piccolo 2802x, 2803x, and 2806x devices

    Chrissy Chang Chrissy Chang
    All: FYI - The errata documents for Piccolo 2802x, 2803x, and 2806x devices have been updated to accomodate a Watchdog clocking advisory. 2802x Errata: http://www.ti.com/litv/pdf/sprz292g 2803x Errata: http://www.ti.com/litv/pdf/sprz295f 2806x Errata: http://www.ti.com/pdf/sprz342c
    on Jun 8, 2011
  • Forum Post: Re: WDCR stuck during power cycle.

    Jeff Stafford Jeff Stafford
    Hi Tom, The WD is enabled at reset by default without any initialization code. If a WD event causes a reset then bit 7 in the WDCR is set as you describe the WDCR.WDFLAG bit. This bit will remain set until software resets it to 0. To reset it to 0 the code must use the EALLOW instruction to gain...
    on Aug 31, 2011
  • Forum Post: How to Expand Watchdog Timer ?

    Stefan Fischer Stefan Fischer
    Hi i have the following constellation. I set my device to Standby Mode and to save maximum Power i also power down the Flash. (FPWR = 0) Now i want to wakeup from Standby with the Watchdog. This works fine so far but my problem is i want a longer time for the device to be in Standby Mode before...
    on Dec 19, 2011
  • Forum Post: Re: Problem with WatchDog Reset on 28335

    Kuldeep Kumar Mynampati Kuldeep Kumar Mynampati
    Hi, Thanks for the post. My objective is to distinguish the resets caused by some external source or internal watch dog reset. As a primilinary step, without simulating any external reset code and after power up. I was checking the register WDCR if the flag WDFLAG is set or not. My observation is...
    on Feb 29, 2012
  • Forum Post: Re: TMS320F28335 Watchdog Reset Detection

    Kuldeep Kumar Mynampati Kuldeep Kumar Mynampati
    Hi, I came across your post on Watchdog. I am encoutering some problems with Watch dog in 28335 processor. My objective is to distinguish the resets caused by some external source or internal watch dog reset. As a primilinary step, without simulating any external reset code and after power up. I was...
    on Feb 29, 2012
  • Forum Post: Re: Problem with WatchDog Reset on 28335

    Kuldeep Kumar Mynampati Kuldeep Kumar Mynampati
    Hello Mark, Thanks for the note. After going through some series of test, watchdog code is seems to work which means watchdog is able to reset the processor and set a flag. Due to hardware limitation, I was not able to check the XRS pin. When I changed my watchdog initilization to WDCLK = OSCCLK/512...
    on Mar 12, 2012
  • Forum Post: Re: Problem with WatchDog Reset on 28335

    Kuldeep Kumar Mynampati Kuldeep Kumar Mynampati
    Hi, Thanks for the clarification. Last week, I was able to see the watchdog reset working. Thanks for the note. Regards, KK
    on Mar 22, 2012
  • Forum Post: RE: a field updater that programs flash- I am totally desperate!

    Yona Cohen Yona Cohen
    Hi Jason, I tried a few things to go back to boot Rom. First I set GPIO34 to zero in code: GpioDataRegs.GPBCLEAR.bit.GPIO34 = 1; (what does digout mean?) Then I tried to cause SW reset by setting WD to zero: I did this based on http://e2e.ti.com/support/microcontrollers/tms320c2000_32-bit_real...
    on May 2, 2012
  • Forum Post: After WD reset PLL register are different (PLL is still active or PLL is bypassed)

    Stef42 Stef42
    Hi, I have two 28335 which behave different after watchdog reset. The first one the PLL is still active, the other one, the PLL is bypassed. The older one (DSP TMS320F28335PGFA CA – 89A23RW G4) does not reset the PLLCR.bit.DIV, so that the PLL is still active and the CPU clock frequency is...
    on Jun 14, 2012
  • Forum Post: Problem using watchdog to wake up from standby

    Jesper Vestergaard Jesper Vestergaard
    Hi all, I want to use the watchdog to periodic wake up from standby, check the adc and then go back to sleep. The watchdog is set to WAKEINT and works when system is not in standby. I can wake from standby by pressing a button attached to GPIO14. I have tried executing the code with and without...
    on Nov 5, 2012
  • Forum Post: Spurious Reset/Jump during F28069 Debugging

    David R. David R.
    We're working with a TMS320F28069 ControlCard in a Rev-3 docking station, using CCS5 for debugging and DSP/BIOS 5.42. During normal stepping, after a few turns through our idle task loop, the processor appears to reset and the debugger reports the PC at 0x3FF4FA. The idle loop is simply checking...
    on Jan 11, 2013
  • Forum Post: watchdog - infinite loop in an interrupt

    Monica Zolog Monica Zolog
    Hi everybody, I have the following situation: In an external interupt I must wait for a GPIO to go in H. So I have a while loop and in the condition I check the state of the GPIO. The watchdog is enabled and I service it outside the XINT. The question is what happens if the GPIO remain in L. Will...
    on Feb 14, 2013
  • Forum Post: F28335 Watchdog

    Arif Ertem Arif Ertem
    Hi, I am using F28335 with oscclk=20Mhz and Cpu clkin=100Mhz. If the control software crashes I need to reset the DSP in 300us time. But the shortest possible reset time for watchdog is 6,528ms in my configuration. Am i right? 6,528ms is not enough for me. So is there any other way to...
    on Sep 14, 2010
  • Forum Post: Watchdog WDINT when execution hangs in another INT

    Monica Zolog Monica Zolog
    Hi everybody! If the watchdog is set to interrupt mode, what happens if the execution hangs in another interrupt? The counter will expire, and triggers the watchdog interrupt, right? But can this interrupt be serviced? Thanks, Monica
    on Feb 26, 2013
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