cancel
Showing results for 
Search instead for 
Did you mean: 

SPI And STM32 f0 Discovery

touzi
Associate
Posted on February 13, 2013 at 17:21

Hello, I started with the STM32 f0 and I'm interested in the SPI. At first, I initialized two tables (SPIy_Buffer_Tx and SPIz_Buffer_Tx), then I would send the contents of the first table to a third table (SPIy_Buffer_Rx), and the contents of the second table to a fourth table SPIz_Buffer_Rx). The code was compiled successfullyl but when I debug, I've always received nothing in Tables 3 and 4. To connect, I just connected the SCK, MISO, MOSI together between SPI1 and SPI2, and the NCC is Soft.

2 REPLIES 2
Posted on February 13, 2013 at 18:11

Ok, should we imagine what you did wrong?

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
tinymanta
Associate II
Posted on February 14, 2013 at 11:24

Any attached files please ?