2024-06-15 01:55 AM
hello all;
i wondered if there are good guidelines for power consumption vs. clock, and, how low can the processor clock run? complex, i think, especiallly if one needs to run certain peripherals like ADC, or i2c... thanks!
Solved! Go to Solution.
2024-06-15 02:05 AM
Very often, the lowest power consumption is better achieved by running the processor at full speed so that it can get stuff done quicker, and then sleep longer.
Look at the peripherals' facilities to run without CPU intervention...
Only run the peripherals when actually needed ...
2024-06-15 02:05 AM
Very often, the lowest power consumption is better achieved by running the processor at full speed so that it can get stuff done quicker, and then sleep longer.
Look at the peripherals' facilities to run without CPU intervention...
Only run the peripherals when actually needed ...
2024-06-15 02:16 AM
Hi,
looking at ds of your chip might give information...
also for each peripherals..
+Check with power calculating tool in Cube, if you prefer ...
2024-06-15 07:11 AM
Ja, so es gent....I'm quite ill, at the moment, not able to view the 500 pages on the computer, and, about 2 minutes after posting, had a "Duh!" moment, so thanks for telling me where to RTFM!
15 years of AE experience, RTFM comes often to mind, so thanks for the polite response.
2024-06-15 07:15 AM
yep, true...i did a military system some years ago, and used an 8-bit CMOS processor to detect s 'trigger' event, and then wound up a big CPU with math coprocessor, which ran for 30 seconds, a couple of times per day...so, indeed, valid approach, run like crazy, sleep...kind of like a cat!
Thx
2024-06-15 07:17 AM
sorry, should have tapped 'solution'
2024-06-15 07:25 AM - edited 2024-06-15 07:27 AM
:)
You can change solution state in menu of that post, "not the solution" , then take another as solution.
2024-06-15 08:10 AM