Hello All,
I m using a MSP430F2418TPNR operating at 16 MHz in my project. I have measured sleep mode current and it is in the rage given in the datasheet.
My concern is the active current. According to datasheet, active current should be 6mA. when i measure the current in my circuit it is around 14mA.
when the code is halted in a break point after all variables and GPIO are initialized, active current is 3mA.
According to my observation, 3mA is consumed by the other parts of the circuit. Processor core consumes approximately 10-11mA.
then i reduce the speed and active currents are 4, 8,10 in 1Mhz, 8 mHz and 12 mHz respectively.
After that i have used a simple program in development kit and set all the GPIO to output. After initializing the GPIO i have implemented a never ending loop [ while (1) {} ].
still the active current is around 10-11 mA. then i set all the GPIO to input. still the result is same.
How can i reduce the active current to 6mA?
Ushan