Other Parts Discussed in Thread: MSP430F2618, CC2520
Hi,
I am currently working with CC2520DK kit.I have a stand-alone application,that activates UART A1 module of MSP4302618.The application writes data to PC and receives data from PC.
The UART A0 of MSP430 works well,while UART A1 has only right TX functionality (Tx to PC,i am successufully write the information to PC).When i trying to receive data from PC,the UART A1 RX BUF is always 0 and flag isn't activated.
I check the serial cable with scope and it works well on both directions....,so the cable isn't a problem,espacially it works on UART A0.
Please help me.
I work with TI example file for UART A1: MSP430x261x_uscia0_uart_01.c and change the configuration to UART A1.