How to write/read Flash? #290
Unanswered
gege0500
asked this question in
Applications and demos
Replies: 2 comments 5 replies
-
Well, you obviously need a SPI flash connected to the pins that the software uses. The Icicle board doesn't provide that. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hey @gege0500 there are two ways of using spi with PolarFire SoC:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
polarfire-soc-spi-flash-example:
https://github.com/polarfire-soc/polarfire-soc-bare-metal-examples/tree/main/driver-examples/mss/mss-spi/mpfs-spi-flash#polarfire-soc-spi-flash-example
It is mentioned above:"This project can not be directly used on the Icicle kit since the flash memory device is not accessible via SPI."
The code was programmed and debugged. When debugging, the process is always trapped here:(mss_spi.c #531) while(transfer_idx<transfer_size).
How to write/read Flash?
Beta Was this translation helpful? Give feedback.
All reactions