
PG4UW
93
To make above described serialization following settings have to be set in Serialization dialog:
Mode: Incremental mode
S/N size: 4 bytes
S/N mode: Bin
Style: Hex
Save to buffer: LS Byte first
Address: 7FFFCH
Start value: 16000000H
Step: 1
Following values will be written to device:
The 1st device
Address Data
007FFF0 xx xx xx xx xx xx xx xx xx xx xx xx 00 00 00 16
The 2nd device
Address Data
007FFF0 xx xx xx xx xx xx xx xx xx xx xx xx 01 00 00 16
The 3rd device
Address Data
007FFF0 xx xx xx xx xx xx xx xx xx xx xx xx 02 00 00 16
etc.
”xx” mean user data programmed to device
Serial numbers are written to device from address 7FFFCH to address 7FFFFH because serial
number size is 4 bytes.
Example 2:
Following example shows usage of SQTP serialization mode when serial number is split into
RETLW instructions for Microchip PIC16F628 devices.
Note:
Serial quick turn programming (SQTP) is Microchip specified standard for serial
programming of Microchip PIC microcontrollers. Microchip PIC devices allows you to program
a unique serial number into each microcontroller. This number can be used as an entry code,
password, or ID number.
Serialization is done by using a series of RETLW (Return Literal W) instructions, with the serial
number bytes as the literal data. To serialize, you can use Incremental mode serialization or
From file mode serialization.
Incremental serialization offers serial number Split function. Serial number split allows usage of
incremental numbers separated into even or odd bytes and between each byte of serial
number RETLW instruction code is inserted.
From file serialization is using proprietary serial numbers file. This file can consist of various
serial numbers. The numbers can have format suitable for SQTP that means number RETLW
b1 RETLW b2 and so on. Note that PG4UW serial file format is not compatible with SQTP
serial file generated by Microchip MPLAB.
Содержание 448PRO2
Страница 7: ...Introduction 7 Introduction...
Страница 12: ...12 Quick Start...
Страница 15: ...Detailed description 15 Detailed description...
Страница 16: ...16 DATAMAN 448PRO2...
Страница 30: ...30 DATAMAN 48PRO2 DATAMAN 48PRO2C...
Страница 46: ...46 DATAMAN 40PRO...
Страница 55: ...Setup 55 Setup...
Страница 60: ...60 Step 8 Installation process will start Step 9 Click Finish button to finish setup...
Страница 64: ...64 Click on Continue Anyway button For Windows Vista Click Install this driver software anyway...
Страница 66: ...66 PG4UW...
Страница 133: ...PG4UWMC 133 PG4UWMC...
Страница 146: ...146 Installation procedure customized...
Страница 151: ...Common notes 151 Common notes...
Страница 165: ...Troubleshooting and warranty 165 Troubleshooting and warranty...