Difference between revisions of "MindMotion MM32G0"

From SEGGER Wiki
Jump to: navigation, search
(5 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
|-
 
|-
 
! Device Family || Flash Size || RAM Size
 
! Device Family || Flash Size || RAM Size
  +
|-
  +
| MM32G0001 || 16KB || 2KB
 
|-
 
|-
 
| MM32G014 || 64KB || 8KB
 
| MM32G014 || 64KB || 8KB
Line 17: Line 19:
 
|-
 
|-
 
! Device Family || StartAddr !! Size || J-Link Support
 
! Device Family || StartAddr !! Size || J-Link Support
  +
|-
  +
| MM32G0001 || 0x08000000 || 16KB || Yes
 
|-
 
|-
 
| MM32G014 || 0x08000000 || 64KB || Yes
 
| MM32G014 || 0x08000000 || 64KB || Yes
Line 22: Line 26:
 
| MM32G016 || 0x08000000 || 128KB || Yes
 
| MM32G016 || 0x08000000 || 128KB || Yes
 
|}
 
|}
 
* Unlocking of Flash read protection not supported yet.
 
   
 
===Option Byte ===
 
===Option Byte ===
Line 29: Line 31:
 
|-
 
|-
 
! Device Family || StartAddr !! Size || J-Link Support
 
! Device Family || StartAddr !! Size || J-Link Support
  +
|-
  +
| MM32G0001 || 0x1FFFF800 || 16B || Yes
 
|-
 
|-
 
| MM32G014 || 0x1FFFF800 || 16B || Yes
 
| MM32G014 || 0x1FFFF800 || 16B || Yes
Line 39: Line 43:
   
 
==Minimum requirements==
 
==Minimum requirements==
* J-Link software V7.82e or later
+
* J-Link software V7.92e or later
   
 
==Evaluation Boards==
 
==Evaluation Boards==
 
*Mindmotion Mini-G0141 evaluation board: https://wiki.segger.com/MindMotion_Mini-G0141
 
*Mindmotion Mini-G0141 evaluation board: https://wiki.segger.com/MindMotion_Mini-G0141
  +
*Mindmotion FTHR-G0001 evaluation board: https://wiki.segger.com/MindMotion_FTHR-G0001
   
 
==Example Application==
 
==Example Application==
 
*Mindmotion Mini-G0141 evaluation board: https://wiki.segger.com/MindMotion_Mini-G0141#Example_Project
 
*Mindmotion Mini-G0141 evaluation board: https://wiki.segger.com/MindMotion_Mini-G0141#Example_Project
  +
*Mindmotion FTHR-G0001 evaluation board: https://wiki.segger.com/MindMotion_FTHR-G0001#Example_Project

Revision as of 13:57, 8 September 2023

The Mimdmotion MM32G0 series are 32-bit general-purpose microcontrollers based on the Arm® Cortex®-M0 processor.

Device Family

Device Family Flash Size RAM Size
MM32G0001 16KB 2KB
MM32G014 64KB 8KB
MM32G016 128KB 16KB

Supported Flash Banks

Internal Flash

Device Family StartAddr Size J-Link Support
MM32G0001 0x08000000 16KB Yes
MM32G014 0x08000000 64KB Yes
MM32G016 0x08000000 128KB Yes

Option Byte

Device Family StartAddr Size J-Link Support
MM32G0001 0x1FFFF800 16B Yes
MM32G014 0x1FFFF800 16B Yes
MM32G016 0x1FFFF800 16B Yes

Reset

The device uses normal reset, no special handling necessary.

Minimum requirements

  • J-Link software V7.92e or later

Evaluation Boards

Example Application