Dear Community,
I have a TMS320C5505 which I would like to get into its lowest power state possible.
Originally, with incorrectly implemented IDLE3 procedure it consumed 42mW (120MHz, 3.1V supply) - 10mA through the DVDDEMIF bundle and 3mA through the DVDDIO bundle.
I then implemented it fully as per SPRUGH5A revised march 2012 page 53. It now consumes 22mW - 3mA through the DVDDEMIF bundle and 4mA through the DVDDIO bundle.
Why is the power consumption still so high?
Should the clock be disabled in this mode? The SYSCLKDIS (bit 15 of PCGCR1) remains 0 - system clock is active. How can I disable the master clock and get the power specification stated in the datasheet?
I have recently read that you recommend that 20+ pins on the EMIF should be externally terminated to avoid current drain. Could this explain the 3mA?
I have also been attempting to implement the RTC only mode. It seems to draw more current in this mode. Does the device internally shut off the power domains or must the external circuit do this? Also, do you need to have a RTC 32.768-KHz crystal?
I really hope someone can answer these questions as I am very concerned. Thanks so much.