[STM32H562RG] Simpler SPI transmission
Hello,
I measured my SPI transmission takes ~600 CPU cycles @ 250MHz, so it's about 2,5us to transmit 2x 8-bit array.
I'm using HAL (cube IDE). How can I speed it up? I need to make 4 transmissions like this, so it's ~10us. I need it to work with I2S, so it consumes half of sample time only for SPI transmissions... SPI runs @ 31MHz and I can't speed it up bacause of periphera's speed.
I'm using STM32H562RG; SPI3, only transmit mode on pins PB3 and PB5. I've read I can make SPI only on registers, but I can't make it working. Any suggestions, please?
