In stm32h743, is the TXP interrupt fired endlessly until the Tx FIFO is full?
I'm trying to debug a problem by which, if the EOT IRQ is enabled, an SPI slave enters an endless loop of ISR executions. I suspect it might be related with how IRQs are generated. According to the H7 user manual: The TXP interrupt is generated whene...