Hi,
I'm trying to implement a SPI Communication between Arduino UNO and PCA10056 DK. PCA10056 DK run as a SPI slave.. Arduino uno run as a SPI Master.
The problem is SPI Master keep sending a chunk of data (size - 25 bytes ) by each second.. But I'm unable to receive 25 bytes from PCA 10056 board.
Sometimes I receive 10 bytes or 12 bytes... not sure why it happening
Is it any Mode issue or Clock div?