Question
How to send DATA from Slave to Master over SPI
Posted on November 17, 2014 at 16:12
Hey guys
I'm think to send data from Slave to Master over SPI but there is a problem. when I send the dummy data on SPI lines for create clock on SCK line for Slave, How can I send the data from slave to Maser when the clock is coming? How the SPI peripheral can know the clock is coming and it should send the data? I'm working with my STM32F103RET6 #stm32f103 #spi #spi-slave-mode