Integrating The Raspberry PI PICO With a 6502 Processor

Опубликовано: 09 Август 2026
на канале: Low Level Devel
7,997
197

In this second video in the Raspberry PI Pico series, we are going to integrate it with a 6502 processor.
Essentially we will use the pico as the RAM, ROM and clock for the processor and use USB serial for the output.

If you enjoy this video let me know, I'm thinking of doing more videos expanding on this one if you are all interested.

Discord:   / discord  
Github: https://github.com/rockytriton/LLD
Reddit:   / lowleveldevel  
Donate (Paypal/Venmo): [email protected]

If you haven't seen the first video, which shows how to install the PICO SDK, you can view it here:
   • Raspberry PI Pico C/C++ SDK Setup on Linux  

Github Project:
https://github.com/rockytriton/LLD/tr...

Schema:
https://raw.githubusercontent.com/roc...

W65C02 Datasheet:
https://github.com/rockytriton/LLD/bl...

PCF8574 Breakout Board:
https://amzn.to/3tThEZj

W65C02:
http://bit.ly/30ecZBs

Raspberry PI PICO:
https://www.adafruit.com/pico?src=ras...

USB Serial connection:
sudo screen /dev/ttyACM0 115200