SWCU193A April 2023 – August 2024 CC2340R2 , CC2340R5 , CC2340R5-Q1
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 |
| CMD_FAILED | 0xFF | Command failed, non-specific error (should not be used) |