Difference between revisions of "ArteryTek AT32F42x"

From SEGGER Wiki
Jump to: navigation, search
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
Artery AT32F42x are Cortex-M4 based MCUs
+
ArteryTek AT32F42x are Cortex-M4 based MCUs
 
__TOC__
 
__TOC__
   
Line 8: Line 8:
 
! Flash Bank || Base address !! Size || J-Link Support
 
! Flash Bank || Base address !! Size || J-Link Support
 
|-
 
|-
| Internal flash || 0x08000000 || Up to 64 KB || style="text-align:center;"| {{YES}}
+
| Internal flash || 0x08000000 || Up to 128 KB || style="text-align:center;"| {{YES}}
  +
|-
  +
| User data || 0x1FFFF800 || 512 B || style="text-align:center;"| {{YES}}
 
|}
 
|}
   
Line 15: Line 17:
   
 
==Device Specific Handling==
 
==Device Specific Handling==
  +
===Connect===
  +
*On Connect, protection level is checked. For further information regarding this, please click [[ArteryTek_AT32| here]].
  +
 
===Reset===
 
===Reset===
 
*The device uses normal Cortex-M reset, no special handling necessary, like described [[J-Link_Reset_Strategies#Type_0:_Normal | here]].
 
*The device uses normal Cortex-M reset, no special handling necessary, like described [[J-Link_Reset_Strategies#Type_0:_Normal | here]].
   
 
==Evaluation Boards==
 
==Evaluation Boards==
*[[Artery_AT-START-F425|Artery AT-START-F425]]
+
*[[ArteryTek_AT-START-F421|ArteryTek AT-START-F421]]
  +
*[[ArteryTek_AT-START-F423|ArteryTek AT-START-F423]]
 
  +
*[[ArteryTek_AT-START-F425|ArteryTek AT-START-F425]]
   
 
==Example Application==
 
==Example Application==
*[[Artery_AT-START-F425#Example_Project | Artery AT-START-F425]]
+
*[[ArteryTek_AT-START-F421#Example_Project | ArteryTek AT-START-F421]]
*[[Artery_AT-START-F437#Example_Project | Artery AT-START-F437]]
+
*[[ArteryTek_AT-START-F423#Example_Project | ArteryTek AT-START-F423]]
  +
*[[ArteryTek_AT-START-F425#Example_Project | ArteryTek AT-START-F425]]

Latest revision as of 12:01, 12 March 2024

ArteryTek AT32F42x are Cortex-M4 based MCUs

Flash Banks

Internal Flash

Flash Bank Base address Size J-Link Support
Internal flash 0x08000000 Up to 128 KB YES.png
User data 0x1FFFF800 512 B YES.png

Watchdog Handling

  • The watchdog is fed during flash programming.

Device Specific Handling

Connect

  • On Connect, protection level is checked. For further information regarding this, please click here.

Reset

  • The device uses normal Cortex-M reset, no special handling necessary, like described here.

Evaluation Boards

Example Application