Skip to main content
septijo
Associate
August 8, 2013
Question

need STM32F0 SPI Slave Tutorial / working example

  • August 8, 2013
  • 4 replies
  • 955 views
Posted on August 08, 2013 at 19:23

hi all.. i'm already searching for hours, and can not find a working example / tutorial for SPI Slave on STM32F0. Anyone ?

thanks before...

#need-stm32f0-spi-slave-tutorial
This topic has been closed for replies.

4 replies

Tesla DeLorean
Guru
August 8, 2013
Posted on August 08, 2013 at 19:43

Doesn't

\STM32F0xx_StdPeriph_Lib_V1.0.0\Project\STM32F0xx_StdPeriph_Examples\SPI\SPI_TwoBoards\DataExchangeInterrupt\main.c

have a Master and Slave build configuration?

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
septijo
septijoAuthor
Associate
August 9, 2013
Posted on August 09, 2013 at 03:27

Clive1, thanks for the quick response, but.. where is ''\STM32F0xx_StdPeriph_Lib_V1.0.0\Project\STM32F0xx_StdPeriph_Examples\SPI\SPI_TwoBoards\DataExchangeInterrupt\main.c'' ?

I'm using CooCox, there are no such file...

edit: Clive1 point me the location 

''\STM32F0xx_StdPeriph_Lib_V1.0.0\Project\STM32F0xx_StdPeriph_Examples\SPI\SPI_TwoBoards\DataExchangeInterrupt\main.c

 Has a Master and Slave build configuration?

Don't know where the library code is? Try here 

http://www.st.com/web/en/catalog/tools/PF257884

thanks clive1... you are very helpful !!

stm32forum
Associate III
August 9, 2013
Posted on August 09, 2013 at 09:18

You can find it here http://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1743/PF257884

septijo
septijoAuthor
Associate
August 9, 2013
Posted on August 09, 2013 at 15:58

@ Edje : Thanks .... !!