Board/Rev0/pico-ice.kicad_sch - 2022/06/20 #2
Replies: 10 comments 25 replies
-
RP2040 without QSPI for ICE40 flash: |
Beta Was this translation helpful? Give feedback.
-
RGB LED direction: At least on the raspberry pico board, it is the opposite for the on-board LED. |
Beta Was this translation helpful? Give feedback.
-
Pico-FPGA BUS pins - RP2040:
|
Beta Was this translation helpful? Give feedback.
-
PICO PMOD B: The shifts seems to occur due to the two pins ICE_RSTn and ICE_DONE, which are the the missing pins from SPI0. |
Beta Was this translation helpful? Give feedback.
-
SRAM_SSN and PICO_LED_B: If it stays on GPIO15 (where SRAM_SSN currently is), then the four RGB LEDs are aligned, and then the SRAM_SSN can move to GPIO29. With SRAM_SSN on GPIO29, it would also have GPIO29 exposed on the Pico J2 SPARE PMOD. GPIO29 being is the 4th ADC, this would make all 4 ADCs exposed onto that J2 SPARE PMOD. |
Beta Was this translation helpful? Give feedback.
-
ICE_CLK:
|
Beta Was this translation helpful? Give feedback.
-
TODO: How about the RUN, SWD and SWCLK pins? How can we put those in an easily accessible spot for the user? It is likely going to be a jumper cable plugged between the board and a debugger in all cases. |
Beta Was this translation helpful? Give feedback.
-
TODO: Unify parts to minimize BoM |
Beta Was this translation helpful? Give feedback.
-
RP2040 Bootsel mode: This button is to be connected to the same pin as QSPI_SS. At this early point of booting, the QSPI is not yet configured, and the built-in BOOTROM might be using this pin as general purpose GPIO input to check if pressed or not, and then only configure the QSPI interface. Without such a button, it might not be possible to turn the RP2040 into that BOOTSEL "flash-me" mode. |
Beta Was this translation helpful? Give feedback.
-
Typos: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/tinyvision-ai-inc/pico-ice/blob/main/Board/Rev0/Output%20Files/pico-ice.pdf
Beta Was this translation helpful? Give feedback.
All reactions