Other Parts Discussed in Thread: RM57L843
Hi,
This is a combination of questions and thoughts, so I selected the 'Discussion' option. I have been working to reduce the power consumption of my Launchpad RM57L843 kit (currently powered via its USB port with a 5 volt Kindle AC adapter) using various means.
Just a heads-up: i'm using a 120 volt energy use monitor to measure its power consumption since I plug it in, and it is only accurate to 0.1 watts. :D
I used the pmmTurnOFFLogicPowerDomain(); function to turn off power domains 2, 5, and 6, and the power consumption was reduced from 1.8 watts to 1.3. I also turned down the GCLK frequency to 20 MHZ.
When I used pmmTurnOFFLogicPowerDomain(PMM_LOGICPD3); to turn off domain 3, the two LEDs on the ethernet port turned on, and power consumption went back up to 1.4-1.5 watts. Could someone clarify what happened?
Thank you for your time!