Page 1 of 1

STM32 as SPI Slave

Posted: Fri Jun 05, 2020 4:56 pm
by wv3477
I'm currently using the official STM32 core and I want to know how I can make my chip, the STM32F303 Black Pill act as an SPI slave?

Re: STM32 as SPI Slave

Posted: Fri Jun 05, 2020 8:22 pm
by fpiSTM
Did you try the SPI example,?

Re: STM32 as SPI Slave

Posted: Fri Jun 05, 2020 8:31 pm
by wv3477
Which example? Both of the examples on Github under the SPI section seems to have the STM32 as an SPI master, not slave. My goal is that I want to have two STM32 devices communicate with each other using SPI.