|
From: | John Butera |
Subject: | [avr-gcc-list] Power consumption when dividing the MCU clock |
Date: | Tue, 3 Feb 2004 19:28:02 -0600 |
What I could do is change the RC oscillator to run at 8MHz for the bootloader, and then use the XDIV register to divide the clock down to 4MHz in the application section. The datasheet recommends the usage of XDIV to save power when less processing speed is needed. However, the RC oscillator would still be running at 8MHz. How would that impact the power consumption? I'm guessing that the RC oscillator's power consumption is negligible compared to the rest of the MCU. Am I way off here? I guess 10 minutes for updating the firmware isn't terribly bad, especially with a startup CRC check which I have drop back into the bootloader on failure.
TIA, John
[Prev in Thread] | Current Thread | [Next in Thread] |