2022-11-07 05:32 PM
I add external spi flash to spc572 mcu. Is there any sample code to connect spi flash to spc5 mcu?
2022-11-07 06:43 PM
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
2022-11-08 12:57 AM
Hello,
in addition to last good comment, you would find examples to use SPI driver on SPC572L in import wizzard:
Best regards.
2022-11-09 05:07 PM
Got it thanks
2022-11-09 05:08 PM
Yes, thanks.