MCHP_STATUS | 8’h0x00 | NOP and return status. |
MCHP_ASSERT_RST | 8’h0xD1 | Requests the Reset controller to assert device Reset. |
MCHP_DE_ASSERT_RST | 8’h0xD0 | Removes the request for device Reset, which causes the reset
controller to deassert device Reset if there is no other source
requesting Reset (MCLR). |
MCHP_ERASE | 8’h0xFC | Cause the Flash controller to perform a chip erase. |
MCHP_FLASH_ENABLE (1) | 8’h0xFE | Enables fetches and loads to the Flash (from the
processor). |
MCHP_FLASH_DISABLE (1) | 8’h0xFD | Disables fetches and loads to the Flash (from the
processor). |
Note:
- This
command is not required for PIC32MK and PIC32MZ family
of devices.
|