Information
© 2010 Microchip Technology Inc. DS70152H-page 31
dsPIC33F/PIC24H PROGRAMMING SPECIFICATION
TABLE 4-4: QE_Code FOR NON-QUERY
COMMANDS
4.3.1.4 Response Length
The response length indicates the length of the
programming executive’s response in 16-bit words.
This field includes the 2 words of the response header.
With the exception of the response for the READP
command, the length of each response is only 2 words.
The response to the READP command uses the packed
instruction word format described in Section 4.2.2
“Packed Data Format”. When reading an odd num-
ber of program memory words (N odd), the response
to the READP command is (3 * (N + 1)/2 + 2) words.
When reading an even number of program memory
words (N even), the response to the READP command
is (3 * N/2 + 2) words.
QE_Code Description
0x0 No error.
0x1 Verify failed.
0x2 Other error.