4.3 Programming Executive Responses
The Programming Executive sends a response to the programmer for each command that it receives. The response indicates whether the command was processed correctly. It includes any required response data or error data.
The Programming Executive response set is shown in Table 4-11. This table contains the opcode, mnemonic and description for each response. The response format is described in Response Format.
| Opcode | Mnemonic | Description |
|---|---|---|
|
0x1 |
PASS |
Command successfully processed |
|
0x2 |
FAIL |
Command unsuccessfully processed |
|
0x3 |
NACK |
Command not known |
