ESP-IDF
FAIL_LOAD
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
FAIL_LOAD
FAIL_LOAD macro
Syntax
Show:
Summary
Declaration
from
esp_image_format.c:84
#define
FAIL_LOAD
(
...
)
do
{
\
if
(
!
silent
)
{
\
ESP_LOGE
(
TAG
,
__VA_ARGS__
)
;
\
}
\
goto
err
;
\
}
\
while
(
0
)
Examples
References
from
examples
Code
Location
#define
FAIL_LOAD
(
...
)
do
{
\
esp_image_format.c:84
FAIL_LOAD
(
"partition size 0x%"
PRIx32
" invalid, larger than 16MB"
,
part
->
size
)
;
esp_image_format.c:144
FAIL_LOAD
(
"image at 0x%"
PRIx32
" has invalid magic byte (nothing flashed here?)"
,
src_addr
)
;
esp_image_format.c:330
FAIL_LOAD
(
"image at 0x%"
PRIx32
" segment count %d exceeds max %d"
,
src_addr
,
image
->
segment_count
,
ESP_IMAGE_MAX_SEGMENTS
)
;
esp_image_format.c:339
FAIL_LOAD
(
"image offset has wrapped"
)
;
esp_image_format.c:530
FAIL_LOAD
(
"unaligned segment length 0x%"
PRIx32
,
data_len
)
;
esp_image_format.c:566
FAIL_LOAD
(
"Image length %"
PRIu32
" doesn't fit in partition length %"
PRIu32
,
full_image_len
,
part_len
)
;
esp_image_format.c:923
FAIL_LOAD
(
"Checksum failed. Calculated 0x%x read 0x%x"
,
calc_checksum
,
read_checksum
)
;
esp_image_format.c:950
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out