Protouch2 GUI User Manual
2016 Microchip Technology Inc
Page 29
10.2.6
Direct Register Access
XDATA Address can be programmed with desired value directly by using Direct
Register Access option. This method follows Big endian.
Example:
Write value 1234 in register 0x3000 as shown below. Here 12 will be written
to 0x3000 and 34 will be written to 0x3001
Alternatively, ini file can be given as input. Refer
format.
INI Format
[OTPGEN_CONFIG]
; XDATA Write byte. i.e XDATA[address] = yy
; XWRE_ is the identifier to initiate xdata write byte operation.