esp/bme680-demo/build/esp_err_codes/ulp_err_codes.csv
2026-06-24 23:13:57 +02:00

834 B

1namevaluefilecomment
2ESP_ERR_ULP_BASE4608components/ulp/ulp_fsm/include/ulp_fsm_common.hOffset for ULP-related error codes
3ESP_ERR_ULP_SIZE_TOO_BIG4609components/ulp/ulp_fsm/include/ulp_fsm_common.hProgram doesn't fit into RTC memory reserved for the ULP
4ESP_ERR_ULP_INVALID_LOAD_ADDR4610components/ulp/ulp_fsm/include/ulp_fsm_common.hLoad address is outside of RTC memory reserved for the ULP
5ESP_ERR_ULP_DUPLICATE_LABEL4611components/ulp/ulp_fsm/include/ulp_fsm_common.hMore than one label with the same number was defined
6ESP_ERR_ULP_UNDEFINED_LABEL4612components/ulp/ulp_fsm/include/ulp_fsm_common.hBranch instructions references an undefined label
7ESP_ERR_ULP_BRANCH_OUT_OF_RANGE4613components/ulp/ulp_fsm/include/ulp_fsm_common.hBranch target is out of range of B instruction (try replacing with BX)