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.

to save power in microcontroller through firmware

Status
Not open for further replies.

shashavali_m

Member level 4
Joined
Apr 18, 2005
Messages
70
Helped
1
Reputation
2
Reaction score
0
Trophy points
6
Activity points
0
Hi ALl,
Do you have any document which illustrate to save the power in microcontroller through firmware.

Thanks in advance

With regards
Sasha
 

Hi,

There are many ways to lower power consumption via firmware.

2 main ways to reduce power are

1) increase time spent in sleep mode without compromising on latency

2) Reducing clock speed.


With regards
S.Rajesh Kumar
 

Hi!
There are different methods to do that and depend upon the particular microcontroller that you are using.e.g in certain microcontrollers individual peripherals can be enabled and disabled e.g AVR, PIC24F etc.
In certain microcontrollers you can dynamically switch the processor clock to different sources and can scale down processor frequency to reduce power consumption.
Another method is the sleep and powerdown mode supported by most microcontrollers.
Before using any of these features for reducing power consumption be careful about there effects on processor operation. Since most of the devices wakeup from powerdown mode only by resetting the device which may not be desireable.
Regards.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top