Difference between revisions of "MindMotion MM32F3"

From SEGGER Wiki
Jump to: navigation, search
Line 34: Line 34:
 
==Minimum requirements==
 
==Minimum requirements==
 
* J-Link software V7.82e or later
 
* J-Link software V7.82e or later
  +
  +
==Lock and Unlock Support==
  +
{| class="wikitable"
  +
! Device
  +
! J-Link Commander and J-Flash:<br>native Unlock support
  +
! J-Link Commander:<br>Lock via [[J-Link_Commander#Using_J-Link_Command_Files | command file]]
  +
! J-Flash<ref>For further information regarding native support in J-Flash and why native support is no longer implemented for new devices, please refer to this article: [[MCU_Security_Options]]</ref>:<br>native lock support
  +
! J-Flash:<br>Lock project
  +
|-
  +
|MM32F3 32KB
  +
|scope="col" style="text-align:center" | {{YES}}
  +
|[[:Media:MM32F0_32KB_Lock.jlink|MM32F0_32KB_Lock.jlink]]
  +
|scope="col" style="text-align:center" | {{NO}}
  +
|[[:Media:MM32F0_32KB_Lock.jflash|MM32F0_32KB_Lock.jflash]]
  +
|-
  +
|MM32F3 64KB
  +
|scope="col" style="text-align:center" | {{YES}}
  +
|[[:Media:MM32F0_64KB_Lock.jlink|MM32F0_64KB_Lock.jlink]]
  +
|scope="col" style="text-align:center" | {{NO}}
  +
|[[:Media:MM32F0_64KB_Lock.jflash|MM32F0_64KB_Lock.jflash]]
  +
|-
  +
|MM32F3 128KB
  +
|scope="col" style="text-align:center" | {{YES}}
  +
|[[:Media:MM32F0_128KB_Lock.jlink|MM32F0_128KB_Lock.jlink]]
  +
|scope="col" style="text-align:center" | {{NO}}
  +
|[[:Media:MM32F0_128KB_Lock.jflash|MM32F0_128KB_Lock.jflash]]
  +
|-
  +
|MM32F3 256KB
  +
|scope="col" style="text-align:center" | {{YES}}
  +
|[[:Media:MM32F0_256KB_Lock.jlink|MM32F0_256KB_Lock.jlink]]
  +
|scope="col" style="text-align:center" | {{NO}}
  +
|[[:Media:MM32F0_256KB_Lock.jflash|MM32F0_256KB_Lock.jflash]]
  +
|-
  +
|MM32F3 512KB
  +
|scope="col" style="text-align:center" | {{YES}}
  +
|[[:Media:MM32F0_512KB_Lock.jlink|MM32F0_512KB_Lock.jlink]]
  +
|scope="col" style="text-align:center" | {{NO}}
  +
|[[:Media:MM32F0_512KB_Lock.jflash|MM32F0_512KB_Lock.jflash]]
  +
|-
  +
|}
   
 
==Evaluation Boards==
 
==Evaluation Boards==

Revision as of 17:39, 7 December 2023

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

Device Family

Device Family Flash Size RAM Size
MM32F327 up to 512Kb 128Kb

Supported Flash Banks

Internal Flash

Device Family StartAddr Size J-Link Support
MM32F327 0x08000000 up to 512Kb Yes
  • Unlocking of Flash read protection not supported yet.

Option Byte

Device Family StartAddr Size J-Link Support
MM32F327 0x1FFFF800 40b Yes

Reset

The device uses normal reset, no special handling necessary.

Minimum requirements

  • J-Link software V7.82e or later

Lock and Unlock Support

Device J-Link Commander and J-Flash:
native Unlock support
J-Link Commander:
Lock via command file
J-Flash[1]:
native lock support
J-Flash:
Lock project
MM32F3 32KB YES.png MM32F0_32KB_Lock.jlink NO.png MM32F0_32KB_Lock.jflash
MM32F3 64KB YES.png MM32F0_64KB_Lock.jlink NO.png MM32F0_64KB_Lock.jflash
MM32F3 128KB YES.png MM32F0_128KB_Lock.jlink NO.png MM32F0_128KB_Lock.jflash
MM32F3 256KB YES.png MM32F0_256KB_Lock.jlink NO.png MM32F0_256KB_Lock.jflash
MM32F3 512KB YES.png MM32F0_512KB_Lock.jlink NO.png MM32F0_512KB_Lock.jflash

Evaluation Boards

  • For further information regarding native support in J-Flash and why native support is no longer implemented for new devices, please refer to this article: MCU_Security_Options