Difference between revisions of "Microchip PIC32CM Lx"

From SEGGER Wiki
Jump to: navigation, search
(Attach)
(Reset)
Line 25: Line 25:
 
==Device Specific Handling==
 
==Device Specific Handling==
 
===Reset===
 
===Reset===
*The devices uses normal Cortex-M reset, but special communication with BOOT Rom is done afterwards.
+
*The devices uses normal Cortex-M reset, but special communication with BOOT Rom is done afterwards to put CPU in CPU park mode.
   
 
===Attach===
 
===Attach===

Revision as of 07:28, 2 May 2023

. The Microchip PIC32MC Lx are Robust Security, Ultra-Low Power and Enhanced Touch Microcontrollers Based on Arm® Cortex®-M23 Core.

Flash Banks

Internal Flash

Flash Bank Base address Size J-Link Support
Internal Flash 0x00000000 256/512 KB YES.png
Data Flash 0x00400000 8/16 KB YES.png
User Row 0x00804000 36 B YES.png
BOCOR 0x0080C000 8/32/48 B YES.png


Watchdog Handling

  • If the watchdog is enabled, it is feed.
  • If watchdog is in window mode, no feeding is done, because timer registers are no accessible.

Device Specific Handling

Reset

  • The devices uses normal Cortex-M reset, but special communication with BOOT Rom is done afterwards to put CPU in CPU park mode.

Attach

Attach is supported if device is not secured.
This is called hot plugging by Microchip.

Evaluation Boards

Example Application