SPIM Recevie data is allways 1bit right shift

SDK : S140 17.1.0

CHIP : nRF52833

I try to write and read data by SPIM0.

Wirte works find but when read data oscilloscope like this.

But, receive buffer data is like this.

temp_rx_buf[0] = 0x87 is correct value. 1000 0111

Not 0100 0011 1000 0000

Related