Difference between revisions of "Toshiba TMPM4K"

From SEGGER Wiki
Jump to: navigation, search
(Device Specific Handling)
Line 17: Line 17:
   
 
==Device Specific Handling==
 
==Device Specific Handling==
  +
===Connect===
 
 
===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==

Revision as of 17:11, 10 January 2024

The Toshiba TMPM4K are Cortex-M4 based microprocessors.

Flash Banks

Internal Flash

Flash Bank Base address Size J-Link Support
Code Flash 0x00000000 Up to 512 KB YES.png
Data Flash 0x30000000 32 KB YES.png

Watchdog Handling

  • The device is disabled during flash programming.

Device Specific Handling

Reset

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