Difference between revisions of "Infineon XMC7200"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ The '''Infineon XMC7200''' are Cortex-M based microcontrollers. They consist of one Cortex-M0 core and up to two Cortex-M7 cores. ==Flash Banks== ===Internal Flash===...")
 
Line 27: Line 27:
   
 
==Evaluation Boards==
 
==Evaluation Boards==
*Infineon XMC7200 Evaluation Kit: http://techwiki.segger.local/Infineon_XMC7200_Evaluation_Kit
+
*Infineon XMC7200 Evaluation Kit: https://wiki.segger.com/Infineon_XMC7200_Evaluation_Kit
   
 
==Example Application==
 
==Example Application==
*Infineon XMC7200 Evaluation Kit: http://techwiki.segger.local/Infineon_XMC7200_Evaluation_Kit#Example_Project
+
*Infineon XMC7200 Evaluation Kit: https://wiki.segger.com/Infineon_XMC7200_Evaluation_Kit#Example_Project

Revision as of 17:33, 15 March 2023

The Infineon XMC7200 are Cortex-M based microcontrollers. They consist of one Cortex-M0 core and up to two Cortex-M7 cores.

Flash Banks

Internal Flash

Flash Bank Base address Size J-Link Support
Code flash large area 0x10000000 8 MB YES.png
Code flash small area 0x107F0000 192 KB YES.png
Work flash large area 0x14000000 192 KB YES.png
Work flash small area 0x14030000 64 KB YES.png

Watchdog Handling

  • The device has a watchdog WDT.
  • If the watchdog is enabled, it is turned off during flash programming and turned back on afterwards.

Device Specific Handling

Reset

  • The devices uses normal Cortex-M reset for Cortex-M0 core, no special handling necessary, like described here.
  • The devices does not perform a reset for Cortex-M7 cores.

Evaluation Boards

Example Application