Replies: 2 comments 1 reply
-
This is a bit tricky, but the Lattice FPGA CRAM programming interface is incompatible with the flash programming interface from the input point of view. Looking at things from the RP2040/RP2350 point of view:
Note:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks! I get it now. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was a bit surprised when I found that ICE_SI was connected to GPIO8 and ICE_SO was connected to GPIO11. I expected it to be the other way around. I noted the pico2-ice seems to have done it the way I was expecting. It means I have to use the PIO instead of the built-in SPI1 for the pico-ice when loading CRAM. Why was this done?
Beta Was this translation helpful? Give feedback.
All reactions