User`s manual

0000040 34CD 34AB 3434 3412 xxxx xxxx xxxx xxxx
That’s it.
3. Following example uses the same serialization options as
Example number 2, instead the serial number split is set
to 3 and 4.
When ”Split serial number at every 3 byte(s)” is set, the
buffer content will look as:
Byte buffer organization:
Address Data
0000080 CD xx xx AB xx xx 34 xx xx 12 xx xx xx xx xx xx
Word16 buffer organization:
Address Data
0000040 xxCD ABxx xxxx xx34 12xx xxxx xxxx xxxx
When ”Split serial number at every 4 byte(s)” is set, the
buffer content will look as:
Byte buffer organization:
Address Data
0000080 CD xx xx xx AB xx xx xx 34 xx xx xx 12
Word16 buffer organization:
Address Data
0000040 xxCD xxxx xxAB xxxx xx34 xxxx xx12 xxxx
Advice: When you are not sure about effects of
serialization options, there is possible to test the real serial
number, which will be written to buffer. The test can be
made by following steps:
1. select wished serialization options in dialog
Serialization and confirm these by OK button
2. in dialog Device operation options set Insertion test and
Device ID check (if available) to Disabled
3. check there is no device inserted to programmer’s ZIF
socket
4. run Device Program operation (for some types of
devices it is necessary to select programming options
before programming will start)
5. after completing programming operation (mostly with
some errors because device is not present) look at the
main buffer (View/Edit buffer) at address where serial
number should be placed
Note: Address for Serialization is always assigned to actual
device organization and buffer organization that control
program is using for current device. If the buffer
organization is byte org. (x8), the Serialization Address will
125