User Activity

In stm32h743, in SPI, I have a slave device with interrupts enabled. In particular, I'm enabling all the error interrupts (UDR, OVR, CRCERR, FRE, MODF), and the RXP, TXP and EOTIE interrupts, in that order.If I enable EOTIE the first of all of them, ...
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...
I have a test running on a Nucleo-H743ZI2 board which consist on a SPI master and a SPI slave sending data to each other. In particular, the master sends the slave the following sequence: {0xaaaaaaaa, 0x55555555} and the slave sends the master the op...
When transmitting in endless-transaction mode with the STM32H7 SPI periph. (that is, setting TSIZE = 0), how can I know when the master has finished transmitting all data? Not only that its Tx FIFO is empty (which could be done with TXP) but also tha...
I want to send data from one SPI master to an SPI slave in the same MCU. I don't have separated bards for master and slave, they are in the same board. I'm using an STM32H7 MCU with the following configuration:SPI master:SPI slave:With the following ...
Kudos from