STM32H7 optimized SPI driver for use in DMA mode
Good day everyone. I am working on the STM32H7 MCU and using the HAL library for controlling an SPI in DMA mode that has to exchange data with an external device in real-time. I'm working at the maximum possible CPU frequency and using the -O2 optimi...