This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I am using 3 phase EVM kit MSP430F67641 I had generated the source code using Energy Managment Design Center by considering the Example design of EVM430-F6779 for Polly phase, I am loading the source code to EVM kit using FET, I am not able to see any communication on rs232 using the calibration Application.
Hi,
On what part are you missing the communication? There are the TX_EN and RX_EN jumpers which connects to the RS232 port and the MSP430F6779 MCU. Can you connect a scope on the RX and TX jumpers to make sure the communication is passing across the jumpers.
Regards,
Luke
I am Not using MSP430F6779 MCU, the code generated from the MSP430F6779, trying to use in MSP430F67641 EVM, are these MCU,Are this io pins Compatible to each other
The devices aren't exactly pin to pin. Here are the pin differences from the IPZ package, this table can be found in the datasheet.
You will have to make some adjustments to the generated code to make it work with the MSP430F67641. Our "Implementation of a Low-Cost Three-Phase Electronic Watt-Hour Meter Using the MSP430F67641" document has source code that is specifically created for the EVM so this should assist with evaluation and can help porting. In source -> emeter-app->emeter-app-67641->emeter-template.h you can find the pin assignments used in this application.
I would suggest reading the application note to familiarize yourself with the device and the EVM.
Regards,
Luke
**Attention** This is a public forum