Page 1 of 1

Sample for collecting data from SPI device

Posted: Wed May 16, 2018 10:15 am
by peterlspot
Does the SPI master driver support to get data from a slave device via SPI?

Assuming that SPI slave device can flag an interrupt line when there is data and then the MCU will be noticed via ISR and then a reader task will start reading the SPI data out using transactions. There are also some provision of the slave device (e.g. setup sampling rate) before enable the slave device.