This repository was archived by the owner on May 27, 2024. It is now read-only.

Description
On esp32, if reading and writing 32 bytes at the start of a flash sector, it works as expected.
If on the other hand you attempt to write byte index 33 of a sector, there seems to be some kind of problem. When reading the data back, you don't get the data that was written.
Tested with
[profile.release]
opt-level = 3
lto = false