User Activity

Hi, I'm currently using the STM32U575 to develop a product, and my clock configuration is set to the maximum of 160MHz because I'm dealing with a large amount of data. I have two SPI channels collecting data at a sampling rate of 20kHz, with each sam...
HiI use STM32U5 SPI2 in Salve mode to only receive data,and the data-size is 16Bit. Because the rate is very fast, I use the DMA_LINKEDLIST_CIRCULAR mode combined with the DMA half-full interrupt solution.When I used HAL_SPI_Receive_DMA() to start SP...