STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How to clear internal SPI TX buffer in slave mode after transaction cancellation? SPI used in slave mode with DMA circular buffer.

Hello. I am using STM32F407VG controller. I have to transfer data from another device via SPI interface. STM32 SPI is used in slave mode, circular DMA enabled. Devices are connected via joint.In some cases I need to resynchronize data exchange. At th...

STM32 F0 SPI slave proper setup

Hello there,So far I was designing only SPI masters in the STM32 MCU's- now I am doing a slave application and I am having problems. First of, I was surprised that the STM32CubeF0-master repository doesn't consist of a single SPI slave example (pleas...