Hello everyone! I'm currently working on a project which requires MSP430 to send a set of bytes to an energy meter IC to get the readings for current, voltage,power etc. So I need these readings in regular intervals say 5mins. Also I'll be using this in the ultra low power mode. Can you give me some advice as to how to go about this project, keeping in mind that low power is the primary reason for using MSP430. Some of the technical doubts I have is : 1) Should I use a while(1) loop to continuosly sent values or should I use timers? 2) I know that low power is achieved by using interrupts. What are the best practices to follow while doing this
↧