Microchip Technology Universal Device Programmer DV007004 DV007004 User Manual

Product codes
DV007004
Page of 140
Tutorial
© 2006 Microchip Technology Inc.
DS51464C-page 33
In this bit of code, we used three variables named COUNT, DVAR and DVAR2. These 
variables need to be defined in the template file in the UDATA section for uninitialized 
data. There are already three variables in this section of the template file, ours can be 
added at the end using the same format. Each variable is an 8-bit variable, so they only 
need to reserve 1 byte each.
FIGURE 3-14:
TEMPLATE FILE – ADD VARIABLES
Add 
these
three
lines