nes-proj/arch/dev/ext-flash
Atis Elsts 8db3c8d3be add const to spi_device_t * parameter in SPI functions, and store ext-flash default config in ROM instead of RAM 2018-09-25 14:28:50 +01:00
..
README.md ext-flash driver moved to arch/dev/ 2018-04-04 11:30:32 +01:00
ext-flash.c add const to spi_device_t * parameter in SPI functions, and store ext-flash default config in ROM instead of RAM 2018-09-25 14:28:50 +01:00
ext-flash.h add const to spi_device_t * parameter in SPI functions, and store ext-flash default config in ROM instead of RAM 2018-09-25 14:28:50 +01:00

README.md

Ext-flash Driver

This is a generic driver for external SPI flash memories. It has been tested with the following parts:

  • Winbond W25X20CL
  • Winbond W25X40CL
  • Macronix MX25R8035F
  • Macronix MX25R1635F
  • Macronix MX25R6435F
  • Macronix MX25U6435F

These parts have identical instruction sets; only the manufacturer and device ID differ, which must be specified in board.h.