Search found 1 match
- Fri Aug 02, 2019 10:27 pm
- Forum: ESP-IDF
- Topic: esp_partition_write
- Replies: 1
- Views: 2939
esp_partition_write
I trying to erase whole 8Mb partition with esp_partition_erase_range and it cause flash corruption and boot errors. when i tryed smaller partittion (2Mb) it works without issues. here is my code partition.csv # Name,Type,SubType,Offset,Size,Flags # Note: if you change the phy_init or app partition o...