Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

pic controller and watch dog timer operation

Status
Not open for further replies.

wild roze

Member level 2
Joined
Jul 8, 2011
Messages
42
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,573
hi,
using a watch dog timer could we shutdown a microcontroller ?
currently iam using a pic24fj128 microcontorller.
pls reply
 

shutdown you mean sleep?
if yes some mcu have a function when a wdg timer overflow have option like.

In Atmel Mega series mega48 you can do when a WDG timer overflow you can do reset, interrupt, interrupt then reset.

So for your problem you put the interupt option and in interrupt you put the mcu to sleep.
 
  • Like
Reactions: alexxx

    alexxx

    Points: 2
    Helpful Answer Positive Rating
hi
sleep mode i already did.
i wanted to know whether we can shutdown or not .
if not possible using wdt , is there any other method ?
 

What do mean by shutdown?
The Pic24F has a DEEP SLEEP MODE which is as good as turning it off.
You could use an output pin to switch off the power supply.
 

if we are goning to sleep mode the controller will run in a low power state ie, the oscillator will switch to lprc .
actually i don't want to run in a low power state . i want to off the controller . using any other methods could i do that ?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top