Owner manual

The buffer content with NOPs at address 800h before starting device program should look for
example as following:
Address Data
0000800 00 00 00 00 00 00 00 00 xx xx xx xx xx xx xx xx
xx – means any byte value
B) Set the serialization options as following:
S/N size: 3 bytes
Address: 800h
Start value: 123456h
Step: 1
S/N mode: BIN
Style: HEX
Save to buffer: LS byte first
Split serial number: checked
Split gap: 2 byte(s)
S/N fragment size: 2 byte(s)
Split settings described above mean split of serial number into fragments with 16 bit (2 bytes)
size to buffer with gap of 2 bytes between fragments. The correct serial number is set tightly
before device programming operation starts.
The buffer content of serial number when programming the first device will be:
Address Data
0000800 56 34 00 00 12 00 00 00 xx xx xx xx xx xx xx xx
The second device will have:
Address Data
0000800 57 34 00 00 12 00 00 00 xx xx xx xx xx xx xx xx
Next devices will have same format of serial number incremented by 1 for each device.
Example 3:
Following example uses the same serialization options as Example number 2a, instead the
serial number Split gap is set to 2 and 3.
When Split gap is set to 2 bytes, the buffer content will look as following:
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 gap is set to 3 bytes, the buffer content will look as following:
78