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

esp32 write seems to only work for the first 32 bytes of a sector #22

@karlri

Description

@karlri

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions