I have a MSP430 development board(MCU:MSP430G2553). I want to know nRF24AP2 how to connect the MCU.
(1)Asynchronous mode
UART_RX---->P1.2 (right or wrong?)
UART_TX---->P1.1 (right or wrong?)
RTS----> ?
SLEEP----> ?
SUSPEND----> ?
(2)Synchronous mode
SIN---->P1.1 (right or wrong?)
SOUT---->P1.2 (right or wrong?)
SEN----> ?
MRDY----> ?
SCLK----> ?
SRDY----> ?
Thanks!