esp_core_dump_image_check() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Return value

`ESP_OK` if core dump is present and valid, `ESP_ERR_NOT_FOUND` if no core dump is stored in the partition, `ESP_ERR_INVALID_SIZE` or `ESP_ERR_INVALID_CRC` if the core dump is corrupted, other errors when unable to access flash, in that case please refer to \see esp_err_t

References

from examples