SWCU195A December 2024 – May 2025 CC2744R7-Q1 , CC2745P10-Q1 , CC2745R10-Q1 , CC2745R7-Q1 , CC2755R10
The result field of the first response word can have the values in the table below:
| Result | Value | Description |
|---|---|---|
| SUCCESS | 0x00 | Command executed successfully |
| INVALID_CMD_ID | 0x80 | Invalid command ID |
| INVALID_ADDRESS_PARAM | 0x81 | Invalid address parameter |
| INVALID_SIZE_PARAM | 0x82 | Invalid size parameter |
| INVALID_KEY_PARAM | 0x83 | Invalid key parameter |
| FLASH_FSM_ERROR | 0x84 | Flash hardware FSM error |
| PARAM_BUFFER_OVERFLOW | 0x85 | Parameter data buffer overflow (host must slow down or implement flow control) |
| NOT_ALLOWED | 0x86 | Command is not allowed due to restrictions (the command had no effect) |
| CRC32_MISMATCH | 0x87 | Calculated CRC32 does not match embedded/expected CRC32 |
| INVALID_PWD_PARAM | 0x88 | Invalid password parameter |
| BLANK_CHECK_FAILED | 0x89 | Blank check detected one or more flash bits that were zero |
| INVALID_DBG_AUTH_LVL_PARAM | 0x8A | Invalid auth level parameter |
| INVALID_DBG_AUTH_CONFIG | 0x8B | Invalid auth configuration |
| CHALLENGE_RESP_VERIFY_FAIL | 0x8C | Challenge Response verification failed |
| KEY_HASH_MISMATCH | 0x8D | Calculated key hash does not match the provided expected key hash |
| HSM_BOOT_FAILED | 0x8E | HSM failed to boot |
| HSM_FW_HDR_INVALID | 0x8F | HSM FW update failed due to invalid header contents |
| HSM_FW_VER_INVALID | 0x90 | HSM FW update failed due to invalid version number (anti-rollback) |
| HSM_FW_CRYPTO_FAIL | 0x91 | HSM FW update failed during either signature verification or decryption |
| CMD_FAILED | 0xFF | Command failed, non-specific error (should not be used) |