You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@nkings10 - Does this work for you with the above fix? I am having issues using this library with ESP32. The above issue appears to no longer exist (it compiles out of the box), but successive reads/writes don't appear to work.
Specifically, during the check_signature() call, if the chip was recently flashed, it will attempt to write the magic number at the beginning, and then immediately read it back. This process fails (the data read back does not match what should have been written). I suspect it an issue in the bowels of arduino-esp32, but I'm not sure where or how to debug it.
When compiling for Simblee, there is an error in SerialFlashChip.cpp line 161:
SPIPORT.transfer(p, rdlen);
Simblee SPI Class does not have a transfer function that receives a buffer. I did this
The text was updated successfully, but these errors were encountered: