Page 1 of 1

SPI flash commands on HSPI, VSPI

Posted: Sun May 06, 2018 11:59 am
by michprev
Hi,
do work SPI flash commands (https://github.com/espressif/esp-idf/bl ... h#L21-L133) on HSPI / VSPI too?

Re: SPI flash commands on HSPI, VSPI

Posted: Sun Sep 23, 2018 2:01 pm
by michprev
Bump. It seems like flash commands work both on HSPI and VSPI. But when using these commands what SPI configuration is ignored and what needs to be set? For example when using flash_rdsr (https://github.com/espressif/esp-idf/bl ... ruct.h#L36) do we have to set command bitlen, address bitlen and so on?