All:
I have been tasked with making sure that our C5505 runs at the lowest power possible. So far, I have been able to turn off clocks to several peripherals (which were previously powered). That has helped a LOT. I do have a few questions however:
1. When JTAG is connected (for development), how much does that draw in terms of processor power? (I know on MSP430, to do a valid low-power measurement, the JTAG needs to be disconnected from the circuit.)
2. I think I have implemented the code properly to turn off power to the USB (if necessary), but when I set the bit in the CLKSTOP register to request a stop of USB clock, I do not always get a return Status.
3. During IDLE, there are other items that can be taken inactive, like FFT hardware accelerator. How much does that help with lowering power?
4. If I have disabled clocks to a peripheral, are there other things that must be done to get lower power? I know this is true for USB, but what about an unused I2S port or unused I2C port?
probably more questions to come...
Regards,
Todd Anderson