Microchip PIC32CM JH

From SEGGER Wiki
Revision as of 11:10, 14 September 2023 by Torben.scharping (talk | contribs)
Jump to: navigation, search

. The Microchip PIC32CM JH are Robust Security, Ultra-Low Power and Enhanced Touch Microcontrollers Based on Arm® Cortex®-M0 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 KB YES.png
User Row 0x00804000 8 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

Connect

  • The devices access level is checked first, we need 0x02 for full access.
  • If devices access level is not 0x02, user is asked for protection remove by chip erase.
  • If CPU can be accessed, hot plugging(attach) is tried, otherwise cold plugging is executed, which puts CPU after BOOT Rom in CPU Park mode.


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