r2
Free open-source Cloudflare R2 desktop client and S3 GUI for macOS, Windows, and Linux. Manage Cloudflare R2, AWS S3, M…
Raspberry Pi Pico DIP-EEPROM Programmer
git clone https://github.com/gfoot/picoprom.gitgfoot/picopromWrites ROM images to parallel-interface EEPROMs via XMODEM file transfer over USB.
![]() |
||
|---|---|---|
| Pico connected to EEPROM | Demo video on YouTube |
The Raspberry Pi Pico is not 5V-tolerant, but these EEPROMs are 5V devices. This is fine for write-only access, but it's important to ensure the EEPROM never writes back to the Pico's GPIO pins. Make sure OE is permanently wired high, to VCC, to prevent this.
Alternatively, instead of starting the XMODEM transfer, press Enter for some configuration options and follow the instructions.
The pinout is quite straightforward - the pins are laid out around the Pico in almost the same arrangement that they appear on the EEPROM, to make it easy and tidy to wire up.
Make sure OE is connected high, to VCC, as allowing it to float low could cause damage to your Pico.
| Pico pin | EEPROM pin | Function | Pico pin | EEPROM pin | Function | |
|---|---|---|---|---|---|---|
| GP3 | 1 | A14 | VSYS | 28 | VCC | |
| GP4 | 2 | A12 | GND | 27 | WE | |
| GP5 | 3 | A7 | GP2 | 26 | A13 | |
| GP6 | 4 | A6 | GP28 | 25 | A8 | |
| GP7 | 5 | A5 | GP27 | 24 | A9 | |
| GP8 | 6 | A4 | GP26 | 23 | A11 | |
| GP9 | 7 | A3 | VSYS | 22 | OE | |
| GP10 | 8 | A2 | GP22 | 21 | A10 | |
| GP11 | 9 | A1 | GP21 | 20 | CE | |
| GP12 | 10 | A0 | GP20 | 19 | D7 | |
| GP13 | 11 | D0 | GP19 | 18 | D6 | |
| GP14 | 12 | D1 | GP18 | 17 | D5 | |
| GP15 | 13 | D2 | GP17 | 16 | D4 | |
| GND | 14 | GND | GP16 | 15 | D3 |
Depending upon preference, you could swap the CE and WE connections, or connect them both to GP21. It doesn't make any difference to the programming operation, I just chose this layout because it seemed most convenient to me.
If you go further and change the GP pin numbering then you'll need to update
the corresponding array in picoprom.c.
pico-sdk according to the Pico's getting-started guide.pico-sdkbuild folderbuild folder, type: cmake ..build folder, type: makemore like this
Free open-source Cloudflare R2 desktop client and S3 GUI for macOS, Windows, and Linux. Manage Cloudflare R2, AWS S3, M…
Compiling Raspberry Pi Pico RP2040 / Pico2 RP2350 C/C++ programs on Fedora
search projects, people, and tags