Difference between revisions of "ArteryTek AT32F41x"

From SEGGER Wiki
Jump to: navigation, search
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
Artery AT32F41x are Cortex-M4 based MCUs
+
ArteryTek AT32F41x are Cortex-M4 based MCUs
 
__TOC__
 
__TOC__
   
Line 10: Line 10:
 
| Internal flash || 0x08000000 || Up to 256 KB || style="text-align:center;"| {{YES}}
 
| Internal flash || 0x08000000 || Up to 256 KB || style="text-align:center;"| {{YES}}
 
|-
 
|-
| SPIM external flash || 0x08400000 || Up to 16 MB || style="text-align:center;"| {{NO}}
+
| User data || 0x1FFFF800 || up to 1 KB || style="text-align:center;"| {{YES}}
  +
|-
  +
| SPIM external flash || 0x08400000 || 16 MB || style="text-align:center;"| {{YES}}
 
|}
 
|}
  +
====Notes for use of SPIM external flash====
 
  +
* For the use of SPIM, the user has to take care, when setting up clocks, that AHB clock does not exceed 120 MHz.
  +
* When clocks are not setup, J-Link sets core clock to 200 MHz and AHB clock to 100 MHz during SPIM flash programming.
  +
* Only SPIM Type 2 / EN25QH128A and pin configuration CLK@PB1_CS@PA8_IO0@PB10_IO1@PB11_IO2@PB7_IO3_@PB6 is supported right now.
  +
* SPIM may not be present on all devices of this device family.
   
 
==Watchdog Handling==
 
==Watchdog Handling==
Line 18: Line 24:
   
 
==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-F413|Artery AT-START-F413]]
+
*[[ArteryTek_AT-START-F413|ArteryTek AT-START-F413]]
*[[Artery_AT-START-F415|Artery AT-START-F415]]
+
*[[ArteryTek_AT-START-F415|ArteryTek AT-START-F415]]
   
 
==Example Application==
 
==Example Application==
*[[Artery_AT-START-F413#Example_Project|Artery AT-START-F413]]
+
*[[ArteryTek_AT-START-F413#Example_Project|ArteryTek AT-START-F413]]
*[[Artery_AT-START-F415#Example_Project|Artery AT-START-F415]]
+
*[[ArteryTek_AT-START-F415#Example_Project|ArteryTek AT-START-F415]]

Latest revision as of 13:02, 18 March 2024

ArteryTek AT32F41x are Cortex-M4 based MCUs

Flash Banks

Internal Flash

Flash Bank Base address Size J-Link Support
Internal flash 0x08000000 Up to 256 KB YES.png
User data 0x1FFFF800 up to 1 KB YES.png
SPIM external flash 0x08400000 16 MB YES.png

Notes for use of SPIM external flash

  • For the use of SPIM, the user has to take care, when setting up clocks, that AHB clock does not exceed 120 MHz.
  • When clocks are not setup, J-Link sets core clock to 200 MHz and AHB clock to 100 MHz during SPIM flash programming.
  • Only SPIM Type 2 / EN25QH128A and pin configuration CLK@PB1_CS@PA8_IO0@PB10_IO1@PB11_IO2@PB7_IO3_@PB6 is supported right now.
  • SPIM may not be present on all devices of this device family.

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