Power at 60Mhz
2004-05-17 by jpsg123
Yahoo Groups archive
Index last updated: 2026-04-28 23:31 UTC
Thread
2004-05-17 by jpsg123
I'm trying to measure power consumption and I found out that the LPC2106 at 60Mhz uses ~50mA. Is everybody seeing the same thing? I'm curious because the datasheet says 30mA at 60Mhz in an infinite loop (which what I'm doing). Thanks. -John G-
2004-05-17 by Wayne Radochonski
John At the risk of sounding like an idiot... (My apologies in advance) Be sure that you are measuring just the CPU's power consumption and the board's. Power supplies are not 100% efficient, particularly linear regulators. Many of the demo boards use a 1.8 volt linear regulator for the LPC21XX core voltage. I am interested in the final results of your measurements. Wayne jpsg123 <gonzagajohn@...> wrote: I'm trying to measure power consumption and I found out that the LPC2106 at 60Mhz uses ~50mA. Is everybody seeing the same thing? I'm curious because the datasheet says 30mA at 60Mhz in an infinite loop (which what I'm doing). Thanks. -John G- Yahoo! Groups SponsorADVERTISEMENT --------------------------------- Yahoo! Groups Links To visit your group on the web, go to: http://groups.yahoo.com/group/lpc2000/ To unsubscribe from this group, send an email to: lpc2000-unsubscribe@yahoogroups.com Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. --------------------------------- Do you Yahoo!? SBC Yahoo! - Internet access at a great low price.
2004-05-17 by MaxStream - Ryan Bedwell
jpsg123 wrote: > I'm trying to measure power consumption and I found out that the LPC2106 at 60Mhz uses > ~50mA. Is everybody seeing the same thing? I'm curious because the datasheet says 30mA > at 60Mhz in an infinite loop (which what I'm doing). Thanks. Pay close attention to the following: - How fast is the peripheral bus (divide by 1/2/4) - Which peripherals are powered on In my experience, these two items can cause 10's of mA difference. Ryan
2004-05-17 by jpsg123
I'm powering the CPU core (1.8) directly from a power supply with a amp meter in series and I'm seeing 50mA. FYI. -John G- --- In lpc2000@yahoogroups.com, Wayne Radochonski <dharmabum@y...> wrote: > John > > At the risk of sounding like an idiot... (My apologies in advance) > > Be sure that you are measuring just the CPU's power consumption and the board's. > > Power supplies are not 100% efficient, particularly linear regulators. Many of the > demo boards use a 1.8 volt linear regulator for the LPC21XX core voltage. > > I am interested in the final results of your measurements. > > Wayne > > jpsg123 <gonzagajohn@h...> wrote: > I'm trying to measure power consumption and I found out that the LPC2106 at 60Mhz uses > ~50mA. Is everybody seeing the same thing? I'm curious because the datasheet says 30mA
> at 60Mhz in an infinite loop (which what I'm doing). Thanks. > > -John G- > > > Yahoo! Groups SponsorADVERTISEMENT > > > --------------------------------- > Yahoo! Groups Links > > To visit your group on the web, go to: > http://groups.yahoo.com/group/lpc2000/ > > To unsubscribe from this group, send an email to: > lpc2000-unsubscribe@yahoogroups.com > > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. > > > > --------------------------------- > Do you Yahoo!? > SBC Yahoo! - Internet access at a great low price.
2004-05-18 by Richard
The peripherals will draw quite a bit of current and a higher PCLK will result in higher peripheral draw. Reduce the PCLK to as slow as you can go, turn off unused peripherals, and you will see a significant drop. Richard --- In lpc2000@yahoogroups.com, "jpsg123" <gonzagajohn@h...> wrote: > I'm trying to measure power consumption and I found out that the LPC2106 at 60Mhz uses > ~50mA. Is everybody seeing the same thing? I'm curious because the datasheet says 30mA
> at 60Mhz in an infinite loop (which what I'm doing). Thanks. > > -John G-