kbeckmann / PicoCart64

N64 development cart using a Raspberry Pi RP2040
BSD 2-Clause "Simplified" License
775 stars 44 forks source link

Design SPI protocol between MCU1 and MCU2 #5

Closed kbeckmann closed 10 months ago

kbeckmann commented 2 years ago

In the v2 concepts we need pico1 (connected to the n64 bus) to load/send:

via MCU2.

Start prototyping on a communication solution for this.

kbeckmann commented 2 years ago

Look at src/rp2_common/cyw43_driver/cyw43_bus_pio_spi.c + cyw43_bus_pio_spi.pio for SPIO with a shared MISO/MOSI pin.