Skip to main content
jmary
Associate III
November 8, 2022
Question

Any sample code to connect spi flash to spc5 mcu?

  • November 8, 2022
  • 2 replies
  • 1483 views

I add external spi flash to spc572 mcu. Is there any sample code to connect spi flash to spc5 mcu?

    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    November 8, 2022

    Do you have SPI working?

    External parts, assume you're going to need to read the data sheets. Winbond and Macronix parts are agnostic to the MCU platform, assume code for them is relatively portable.

    https://community.st.com/s/question/0D50X00009XkfGFSAZ/spc560b50l1spiconfiguration

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    jmary
    jmaryAuthor
    Associate III
    November 10, 2022

    Got it thanks

    ODOUV.1
    ST Employee
    November 8, 2022

    Hello,

    in addition to last good comment, you would find examples to use SPI driver on SPC572L in import wizzard:0693W00000WHiHmQAL.png 

    Best regards.

    jmary
    jmaryAuthor
    Associate III
    November 10, 2022

    Yes, thanks.