Difference between revisions of "NXP Kinetis KE1xZ512"

From SEGGER Wiki
Jump to: navigation, search
Line 18: Line 18:
   
 
==Device Specific Handling==
 
==Device Specific Handling==
===Connect===
 
 
===Reset===
 
===Reset===
 
*The devices uses normal Cortex-M reset, no special handling necessary, like described [[J-Link_Reset_Strategies#Type_0:_Normal | here]].
 
*The devices uses normal Cortex-M reset, no special handling necessary, like described [[J-Link_Reset_Strategies#Type_0:_Normal | here]].
Line 24: Line 23:
   
 
==Evaluation Boards==
 
==Evaluation Boards==
  +
*[[NXP_FRDM-KE17Z512 | NXP FRDM-KE17Z512]]
*[[WikiTemplateEvalBoard|[SiliconVendor] [EvalBoardName]]]
 
   
 
==Example Application==
 
==Example Application==
*[[WikiTemplateEvalBoard#Example_Project | [SiliconVendor] [EvalBoardName]]]
+
*[[NXP_FRDM-KE17Z512#Example_Project | NXP FRDM-KE17Z512]]

Revision as of 14:07, 6 November 2023

The NXP Kinetis KE1xZ512 are ARM® Cortex®-M0+ MCUs,

Flash Banks

Internal Flash

Flash Bank Base address Size J-Link Support
Internal Flash 0x00000000 512 KB YES.png


Watchdog Handling

  • The device has a watchdog WDOG.
  • The watchdog is fed during flash programming.


Device Specific Handling

Reset

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


Evaluation Boards

Example Application