I tried to save a series of data that I read in the buffer register of the SPI in an array. but failed to do so. Is it possible to store data that is read from the SPI in an array? If not, what are th ...
I already change the mode in setup_spi in both master and slave.
Thanks.
Another Problem
I change my master program in order for it to save all the eight bytes that will be send by the slave but th ...
I'm having a problem with the data that is fed by the slave to the master.
the data sent by the slave is already shift to the right.
When the Slave send 0x02 the master will receive 0x0 ...