Other Parts Discussed in Thread: MSP430F2274
hi guys. i need help on the uart connection of the rf2500 target board. i doing my project and need to connect the TX and RX of the target board to the Telit module GSM862. as mentioned in the datasheet, the uart (pin 3.4,3.5) was used for communication with the PC.
is it possible to use UART with same pins connection (3.4,3.5)?
the pin 3.4 and 3.5 is free on the battery board to power the rf2500 target board. so i guess i'll be alright.
one more thing. what is the use of pin XIN and XOUT (pin 2.6,2.7)
in my project i used SPI connection of the rf2500 target board to the sensors (other device) and work fine. then i chose to use IIC connection for the target board to the Telit and noticed the target board only soppurt either SPI or IIC. thus, the only option is to use UART.
thanks.