Search found 2 matches

by isakua
Tue Feb 07, 2017 11:35 pm
Forum: ESP32 Arduino
Topic: esp_partition_read causes exception
Replies: 2
Views: 5687

Re: esp_partition_read causes exception

ESP.getSdkVersion=v1.0-477-g0865819
by isakua
Tue Feb 07, 2017 9:37 pm
Forum: ESP32 Arduino
Topic: esp_partition_read causes exception
Replies: 2
Views: 5687

esp_partition_read causes exception

I'm writing flash memory access code and having a problem with esp_partition_read API. When I run the following code, I get an exception at esp_partition_read but not all the time. Sometime it works and sometimes it won't. Can someone advise me the reason and fix please? Code: #include <Arduino.h> #...