Is it possible to send data from SPI2 to SPI1 ? SPI2 being the slave. In SPI, Master initiates the communication, correct ?This is how i do it:When the Slave SPI2 receives a byte from SPI1, i set a flag, and i check for this flag in main context.If t...