Standard 1 bit SPI mode for spi_flash not available?
danielkucera opened this issue · 2 comments
danielkucera commented
I spent last 10 hours trying to figure out how to make my onboard M25P80 work with misoc but I didn't find a solution. It seem that it supports only standard 1bit SPI transfers while misoc only supports x2 and x4 modes. Is it really so? Would it be possible to support basic mode to cover all SPI flashes?
mithro commented
LiteX includes a 1bit SPI Flash version here -> https://github.com/enjoy-digital/litex/blob/master/litex/soc/cores/spi_flash.py#L114