In the PIC32MZ W1 devices, the configuration words select various device configurations
that are set at the device Reset prior to the execution of any code. They are part of
the program memory and are included in the programming file along with the executable
code and program constants. The names and locations of these configuration words are
listed in
Table 19-6.
Table 19-6. DEVCFG Locations for PIC32MZ
W1Configuration Word | Physical Address |
---|
BCFG0 | 0x1F800100 |
CFGCON0 | 0x1F800000 |
CFGCON1 | 0x1F800010 |
CFGCON2 | 0x1F800020 |
CFGCON3 | 0x1F800030 |
CFGCON4 | 0x1F800040 |
USERID | 0x1F800070 |
Configuration Word(1) | Physical Address |
---|
BFDEVCFG0 | 0x1FC5_5F9C |
BFDEVCFG1 | 0x1FC5_5F98 |
BFDEVCFG2 | 0x1FC5_5F94 |
BFDEVCFG3 | 0x1FC5_5F90 |
BFDEVCFG4 | 0x1FC5_5F8C |
BFDEVCFG5 | 0x1FC5_5F88 |
Note:
-
The user-configured setting of BFDEVCFG0 to BFDEVCFG5
are loaded from the boot Flash into the following
counterpart registers at system start-up:
- BFDEVCFG0 to BCFG0(L)
- BFDEVCFG1 to CFGCON0(L)
- BFDEVCFG2 to CFGCON1(L)
- BFDEVCFG3 to CFGCON2(L)
- BFDEVCFG4 to CFGCON4(L)
- BFDEVCFG5 to USERID
|