Microchip PIC32CX MTx: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 28: | Line 28: | ||
*If the device is locked, a mass erase must be performed via an external erase pin. | *If the device is locked, a mass erase must be performed via an external erase pin. | ||
==Evaluation Boards== | ==Evaluation Boards== | ||
*Microchip evaluation board: [[Microchip_PIC32CXMTC-DB|Microchip PIC32CXMTC-DB]] | *Microchip evaluation board: [[Microchip_PIC32CXMTC-DB | Microchip PIC32CXMTC-DB]] | ||
==Example Application== | ==Example Application== | ||
*[[File:Microchip_PIC32CX2051MTC128_TestProject_ES_V818.zip]] | *[[File:Microchip_PIC32CX2051MTC128_TestProject_ES_V818.zip]] |
Latest revision as of 14:51, 7 October 2024
The Microchip PIC32CX MTx series is a family of system-on-chip solutions well suited for smart energy applications such as communication modules and residential split meter systems.
Flash Banks
Internal Flash
Device | Flash bank | Base address | Size | J-Link Support |
---|---|---|---|---|
PIC32CX2051MTC128 | Program flash | 0x01000000 | 2048 KB | ![]() |
GPNVM | --- | 9 Bits | ![]() |
Device Specifc Handling
Reset
- The devices uses normal Cortex-M reset, no special handling necessary, like described here.
Boot/Config flash
- The device uses GPNVM bits for storing device configuration data.
- These GPNVM bits need to be programmed manually by a script or the application itself.
- For J-Flash, this File:PIC32CX2051MTC128.jflash can be used to program GPNVM bits.
Watchdog Handling
- If the watchdog is enabled, it is feed.
Restrictions
- If the device is locked, a mass erase must be performed via an external erase pin.
Evaluation Boards
- Microchip evaluation board: Microchip PIC32CXMTC-DB