Skip to content

SPI flash memory utility to read and write to the flash

License

Notifications You must be signed in to change notification settings

yichingt/RWFlash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RWFlash

SPI flash memory utility to read and write to the flash
This program have references from the Raspberry Pi Pico pico-example spi_flash

SPI Flash

Wiring Information

Wiring up the SPI Flash to the pico with 6 jumper wires are as follows: | PICO -> SPI External Flash |

  • 3.3v (pin 36) -> VCC
  • GPIO 4 (pin 6) -> DO
  • GPIO 5 (pin 7) -> CS
  • GPIO 2 (pin 4) -> SCK
  • GPIO 3 (pin 5) -> DI
  • GND (any GND pin) -> GND

About

SPI flash memory utility to read and write to the flash

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published