This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf to slave device

Sir, I have interfaced nrf board(Master) with msp430(slave) device through spi communication. And Everytime when i am debugging, i got different data(ie,. data which was sent from nrf is shifted by one bit in msp rx_buffer). And also, in nrf rx_buf allocates only the last byte for every array elements. Please give me some suggetions regarding this issue. My connection is as follows:

nRF52832 to MSP430(eUSCI_B0 MODE)

P0.03(SCK) to P2.2(SCLK)

P0.04(MOSI) to P1.6(SIMO)

P0.28(MISO) to P1.7(SOMI)

P0.29(CS) to P1.3(STE)

Related