STM32 as SPI slave -> How to send response while receiving data from master?
Posted on September 11, 2015 at 22:26 Hi, I've been trying to create a simple communication protocol between two STM32 MCUs, I am having trouble however to respond data to the master in the spi interrupt, could someone perhaps point me in the ri...