SWCU193A April 2023 – August 2024 CC2340R2 , CC2340R5 , CC2340R5-Q1
Exit SACI for debug mode, and wait for the host to setup a breakpoint at the first instruction of the bootloader/application.
Before this command, the host must use SACI_CMD_DEBUG_REQ_PWD_ID, and if needed SACI_CMD_DEBUG_SUBMIT_AUTH, to enable access to AHB-AP. Otherwise the debug session fails.
After executing this command, the host must:
SACI_CMD_FLASH_ERASE_CHIP or SACI_CMD_FLASH_PROG_CCFG_SECTOR must not have been used during the current SACI session.
Bootloader must be specified in CCFG or FCFG, or there must be a valid application.
Debugging must be allowed (see SACI_CMD_DEBUG_REQ_PWD_ID for details).
Words | Bits | Field | Value | Description |
---|---|---|---|---|
0 | 7:0 | cmdId | 0x07 | Command ID |
15:8 | respSeqNumber | User defined | Optional response sequence number, included in the response header | |
31:16 | reserved0 | 0x0000 | Reserved |
Words | Bits | Field | Value | Description |
---|---|---|---|---|
0 | 7:0 | cmdId | 0x07 | Command ID, copied from the first command parameter word |
15:8 | respSeqNumber | User defined | Optional sequence number, copied from the first command parameter word | |
23:16 | result | - |
Command result. One of the common results, or:
|
|
31:24 | dataWordCount | 0 | Size of additional response data, in number of 32-bit words |
These checks are performed before command execution, in the indicated order: