I am implementing a slave sample with an Atmega328p through the Arduino platform. The device communicates with a linux board with SPI. '
The problem is that the Master sends data and after the first response all the data that the slave sends is an echo of the previous byte sent by the master.
yudopplyr:
I am implementing a slave sample with an Atmega328p through the Arduino platform. The device communicates with a linux board with SPI. '
The problem is that the Master sends data and after the first response all the data that the slave sends is an echo of the previous byte sent by the master.