834 B
834 B
| 1 | name | value | file | comment |
|---|---|---|---|---|
| 2 | ESP_ERR_ULP_BASE | 4608 | components/ulp/ulp_fsm/include/ulp_fsm_common.h | Offset for ULP-related error codes |
| 3 | ESP_ERR_ULP_SIZE_TOO_BIG | 4609 | components/ulp/ulp_fsm/include/ulp_fsm_common.h | Program doesn't fit into RTC memory reserved for the ULP |
| 4 | ESP_ERR_ULP_INVALID_LOAD_ADDR | 4610 | components/ulp/ulp_fsm/include/ulp_fsm_common.h | Load address is outside of RTC memory reserved for the ULP |
| 5 | ESP_ERR_ULP_DUPLICATE_LABEL | 4611 | components/ulp/ulp_fsm/include/ulp_fsm_common.h | More than one label with the same number was defined |
| 6 | ESP_ERR_ULP_UNDEFINED_LABEL | 4612 | components/ulp/ulp_fsm/include/ulp_fsm_common.h | Branch instructions references an undefined label |
| 7 | ESP_ERR_ULP_BRANCH_OUT_OF_RANGE | 4613 | components/ulp/ulp_fsm/include/ulp_fsm_common.h | Branch target is out of range of B instruction (try replacing with BX) |