Question
Using SPI Read more than one byte of data from slave device
Hi,
I want to read more than one byte of data from slave device. I am using STM8AF family micrcontroller in master mode and pressure sensor is a slave device. Master will send command which is of 1-byte to read data from slave device. And slave will respond 2-bytes of data. So while sending command do i need to send command of 2-byte ?
