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
On ESP32 When trying to read from flash storage using esp-storage, data isn't read correctly if psram feature flag is enabled.
More detailed information is available in: #3220
A summary of the technical root cause from @bjoernQ in that discussion:
esp-storage is accessing SPI0 and SPI1 directly on ESP32 and having PSRAM enabled might get them into unexpected states.
For S2/S3 we are using ROM-functions which apparently account for that
To Reproduce
The example at examples/src/bin/flash_read_write.rs doesn't work if psram is enabled.
Environment
Target device: ESP32
Crate name and version: 0.23.1 and main
The text was updated successfully, but these errors were encountered:
Bug description
On ESP32 When trying to read from flash storage using esp-storage, data isn't read correctly if
psram
feature flag is enabled.More detailed information is available in: #3220
A summary of the technical root cause from @bjoernQ in that discussion:
To Reproduce
The example at
examples/src/bin/flash_read_write.rs
doesn't work if psram is enabled.Environment
The text was updated successfully, but these errors were encountered: