
power consumption
I am in a process of selecting a Cortex-M3 micro for a new project.
One of the criteria is lowest possible power consumption in run mode.
So far I was able to determine (based on manufacturers specifications) the following values for uC families:
EFM32 (Energy Micro) - 0.18mA/MHz
Stellaris (TI) - 0.56mA/MHz
STM32 (STMicroelectronics) - 0.625mA/MHz
SAM3S (Atmel) - future device - 1.15mA/MHz (???)
LPC1768 (NXP) - ???
I am not able to find the value of mA/MHz for LPC1768.
Can anyone point me to it or similar indicating power consumption for run mode for LPC1768.
Regards
Jan
http://ics.nxp.com/products/lpc1000/datasheet/lpc1764.lpc1765.lpc1766.lpc1767.lpc1768.lpc1769.pdf
You will have to add whatever each of the peripherals require. I didn't see those numbers but I didn't look very hard.
The mA/MHz numbers are while executing from flash:
while(1)
;
Richard
