Sending messages using SPI peripherals - stm32f746zg
Hi, I'm using stm32f746zg board, and I need to send message from spi1(full duplex master ) peripheral to spi2( full duplex slave) peripheral (on the same board) and then back to spi1. Also i want to use interrupts/DMA.1) If the message length is unkn...