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

SPI Communication problem between nRF51 DK and nRF52 DK

I have the test that spi communication between nRF51 DK(Master) and nRF52 DK (Slave).

use the example projects in SDK 12.2.

success build and writing but i have got a problem that no receive data on slave side.

i checked call spi_event_handler though break-point and debug.

when the spi_event_handler is called "event.evt_type == NRF_DRV_SPIS_XFER_DONE" is ture but rx_buffer is empty.

I don't know why.

I tried change MOSI pin, frequency, mode, bit_order ... but the rx_buffer still empty.

plz help me.

Related