Part Number: MSP430F6779
Tool/software: Code Composer Studio
I want to use the EMDC GUI to configure the MSP430F6779 and then interface the MSP430F6779 with PIC Microcontroller.
We are trying to achieve the following.
Design energy measurement solution using ENERGY Measurement Design Center (EMDC) GUI.
Generate code and deploy it as is (no code changes at all) using JTAG into EVM430-F6779.
Connect PIC Microcontroller ( lets call it Host) via UART.
Read meteorology values from EVM430-F6779 to host MCU. Is it possible ?
We would like to change the default baud rate from 250K to 115200 or 9600.
if we change code that is generated by EMDC to change baud rate. Would the EMDC software work with 115200 baud rate. reason we what to do that is because the device we would like to use does not support 250K baud rate.