Resolved! SPI interrupt too slow for SPI frequency
I need to confirm my understanding. Say that my STM32H7 SPI is setup as Slave and that it processes the incoming SPI data byte per byte in interruption. It is very likely to happen that the SPI throughput is faster than the SPI interrupt handler dura...