User Activity

I am using SPI CRC feature of STM32H563ZI.My ST Master must transmit an 8 bit CRC with a polynomial 0x07.It receives a 16 bit CRC from the slave (a different hardware). The ST Master must now compute a 16 bit CRC with polynomial 0x11021 and verify th...
What is the procedure to flush Tx and Rx FIFOs when using SPI DMA in STM32H563ZI?
Hi,My NUCLEO-H563ZI application uses SPI with DMA. The SPI transactions are not working at clock/2 clock/4 and clock/8 rates, clock being 250 Mhz. Is there any clock frequency restriction when SPI is used with DMA? 
I enabled the SPI CRC calculation (with a length SPI_CRC_LENGTH_16BIT) in my STM32H563ZI  master application. During Tx, I want the 2 bytes of the calculated CRC to be swapped and transmitted i.e. a CRC of 0xABCD must be sent out as 0xCD 0xAB and not...
Hi,I have my master and slave applications running on NUCLEO-H563ZI Boards both of which normally receive/transmit  10 bytes of data in each SPI transfer. I use SPI in DMA mode.However, in one test case, master starts a SPI transaction for only 4 byt...
Kudos from