STM32H7 SPI with DMA using memory to start transfer
Dear all,I'm starting to use STM32H7 for a real-time project and my first task is to optimize the SPI communication. The final implementation will be a library that elaborates data from SPI and send the elaborated data in another SPI (like a pass-thr...