Difference between revisions of "Infineon XMC7200"

From SEGGER Wiki
Jump to: navigation, search
 
Line 25: Line 25:
 
*The devices uses normal Cortex-M reset for Cortex-M0 core, no special handling necessary, like described [[J-Link_Reset_Strategies#Type_0:_Normal | here]].
 
*The devices uses normal Cortex-M reset for Cortex-M0 core, no special handling necessary, like described [[J-Link_Reset_Strategies#Type_0:_Normal | here]].
 
*The devices does not perform a reset for Cortex-M7 cores.
 
*The devices does not perform a reset for Cortex-M7 cores.
  +
==Limitations==
 
  +
Device support has been implemented and is maintained / supported by Infineon. SEGGER ships the provided files as part of the software package but in case of any problems / question rise up, Infineon is the right contact.
 
==Evaluation Boards==
 
==Evaluation Boards==
 
*Infineon XMC7200 Evaluation Kit: https://wiki.segger.com/Infineon_XMC7200_Evaluation_Kit
 
*Infineon XMC7200 Evaluation Kit: https://wiki.segger.com/Infineon_XMC7200_Evaluation_Kit
 
 
==Example Application==
 
==Example Application==
 
*Infineon XMC7200 Evaluation Kit: https://wiki.segger.com/Infineon_XMC7200_Evaluation_Kit#Example_Project
 
*Infineon XMC7200 Evaluation Kit: https://wiki.segger.com/Infineon_XMC7200_Evaluation_Kit#Example_Project

Latest revision as of 11:08, 31 May 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.

Limitations

Device support has been implemented and is maintained / supported by Infineon. SEGGER ships the provided files as part of the software package but in case of any problems / question rise up, Infineon is the right contact.

Evaluation Boards

Example Application