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.

What happens exactly in the sleep mode ??

Status
Not open for further replies.

natraj20

Member level 3
Joined
Oct 28, 2010
Messages
65
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,288
Location
Florida
Activity points
1,769
What happens exactly in the sleep mode ?
And what is the exact steps to bring the processor to sleep mode with low power? Do we have to modify any bits in the configuration registers ??
Do we have to turn off all the peripherals in the code ?
Do we have to change all the port pins into i/p or o/p ? By default, what state the port pins will be in ?? - Floating ??
Is the sleep() function as defined in the headers of the pic compiler not sufficient?
void sleep(void)
{
_asm
sleep
_endasm
}

Please advice !
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top