esp-storage icon indicating copy to clipboard operation
esp-storage copied to clipboard

flash address

Open oleid opened this issue 1 year ago • 2 comments

The demo hard codes let flash_addr = 0x9000;. I'm wondering if this address always works or how I can find a valid address.

While writing this issue I found https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/partition-tables.html which states that the default partition table is at 0x8000 and is 0x1000 long. That would fit the aforementioned flash address nicely. So maybe just a comment in the example is missing. What do you think?

oleid avatar May 08 '23 11:05 oleid