I am interested in working with SPI devices available on Linux. I have a special controller that supports SPI in both master and slave mode. I have to configure the SPI controller in slave mode.
My question is: Does the Linux frame support SPI slaves? I get asynchronous data on the SPI bus, I have to read this data and process it, and then send the command back.
source
share