Hello,
I am trying to connect the eZ430RF2500 and the CC3200 using the uart interface. In the eZ430RF2500 I have the wireless sensor monitor code running with a few modifications and in the cc3200 I have the uart_demo code running with baud rate set as 9600.
But i dont know how to connect both of them. In the eZ430RF2500 have the P3.4 as the Transmitter and the P3.5 as the receiver. Baud rate is set as 9600 for both. Both have been tried and tested at that baud rate.
This I found in the CC3200 SimpleLink™ Wi-Fi® and IoT Solution with MCU LaunchPad Hardware and it says that the transmit and receive are the 4th and the 3rd pin. Also how do i connect the jumpers on J6 and J7.
Also in PinMuxConfig(); function in the CC3200 it says-
//
// Configure PIN_55 for UART0 UART0_TX
//
MAP_PinTypeUART(PIN_55, PIN_MODE_3);
//
// Configure PIN_57 for UART0 UART0_RX
//
MAP_PinTypeUART(PIN_57, PIN_MODE_3);
So where do I connect the transmit and receive pin of the eZ430RF2500 on the CC3200.