Skip to main content
touzi
Visitor II
February 13, 2013
Question

SPI And STM32 f0 Discovery

  • February 13, 2013
  • 2 replies
  • 808 views
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.

    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    February 13, 2013
    Posted on February 13, 2013 at 18:11

    Ok, should we imagine what you did wrong?

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

    Any attached files please ?