Other Parts Discussed in Thread: MSP430I2040,
Dear Sir,
We are using MSP430I2040 for the energy measurement.
The Energy measurement in debug windiw is 706164 and the same energy information is transferred to another device via UART...
For the energy value mentioned above the UART message is as follows :
packet->payload[4] = actEnergy[0] = 0xE3;
packet->payload[5] = actEnergy[1] = 0x83;
packet->payload[6] = actEnergy[2] = 0x02;
packet->payload[7] = actEnergy[3] = 0x00;
packet->payload[8] = actEnergy[4] = 0x00;
packet->payload[9] = actEnergy[5] = 0x00;
packet->payload[10] = actEnergy[6]= 0x00;
packet->payload[11] = actEnergy[7] =0x00;
For the Hex conversion of 706164 is ox000AC674. Let me know if any mistake in my understading.
Thanks and Regards,
Fakruddin Mulla

