-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
esp-storage hangs entire device on write #1714
Comments
Does the |
I am using an ESP32-WROOM-32, the exact chip is ESP32, the example doesn't work, it hangs after the read, saying the flash size is 4194304 and the read section is just "ff" 32 times. I am using the release profile |
What does |
|
For some reason it stopped hanging, but writing to flash just doesn't work with the provided example code. This is the output:
|
@sikora77 can you attach the compiled binary, please? Just to try it on my side and have a look |
after playing around with reading the flash with esptool it started working as intented |
When I try to write to the FlashStorage the ESP32 hangs with no logs or panics regardless of write offset
The text was updated successfully, but these errors were encountered: