Schematic revisions 2022/10/8 #19
alastairpatrick
started this conversation in
Design Review
Replies: 1 comment
-
Yes, my mistake doing things in a hurry. Will fix. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
A couple of things I noticed. Firstly, one of RN3C or RN4C should pull down ICE_FLASH_IO2 rather than ICE_FLASH_IO3
Secondly, rise time for FPGA SRAM /CS could be several RP2040 or FPGA cycles. Back of envelope RC time constant is about 100ns. The PSRAM must see high on /CS to terminate commands correctly so RP2040 or FPGA may need to delay subsequent commands to allow time for correct termination. For comparison, datasheet says "CE# hold time from CLK rising edge" is 3ns.
Beta Was this translation helpful? Give feedback.
All reactions