nopnop2002 / Raspberry-W25Q64

SPI Flash Memory W25Q64 Access Library for RaspberryPi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dump chip

ElectroBoy404NotFound opened this issue · comments

commented

Hello,

I would like to dump the entire flash to a file. How do i do it?

Use this.

// Read data from memory
uint16_t W25Q64_read(uint32_t addr,uint8_t *buf,uint16_t n);

// First read data from memory
uint16_t W25Q64_fastread(uint32_t addr,uint8_t *buf,uint16_t n);