Other Parts Discussed in Thread: MSP430I2040, CC3200, UNIFLASH
Tool/software: TI C/C++ Compiler
Hi All,
I am working on TI reference design www.ti.com/.../TIDC-SMARTPLUG-WIFI using CC3200 and MSP40I2024 MCU.
I have connected the CC3200LAUNCHXL and MSP430I2040 EVB using SPI wires as per TI SmartPlug reference design as per below:
CC3200 LAUNCHXL MSP430I2040 EVB
SPI_CLK GPIO5 CLK GPIO22
SPI MISO GPIO6 MISO GPIO23
SPI MOSI GPIO7 MOSI GPIO24
SPI CS GPIO8 CS GPIO21
INTR GPIO15 INTR GPIO26
The MSP430i2040_Source code contains "emeter-ng" and "emeter-toolkit" source code
where emeter-toolkit is the library and emeter-ng is the application project.
Doubts:
1. Which firmware should i load on MSP430I2040 EVB for SmartPlug
2. Only 5 pins enough to connect between CC3200 LAUNCHXL and MSP430I2040 EVB, or Do i need to change any other connection.
Could you help to explain the steps to run complete SmartPlug source code in both EVB.
Thanks,
Afkar