2 Programming Overview
When developing a programming tool, it is necessary to understand the internal Flash program operations of the target device and the Special Function Registers (SFRs) used to control Flash programming, as these same operations and registers are used by an external programming tool and its software. These operations and control registers are described in the “Flash Program Memory” chapter in the specific device data sheet, and the related “PIC32 Family Reference Manual” section. It is highly recommended that these documents be used in conjunction with this programming specification.