Difference between revisions of "Toshiba TMPM4K"

From SEGGER Wiki
Jump to: navigation, search
(Watchdog Handling)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
The '''Toshiba TMPM4K''' are Cortex-M4 based microprocessors.
+
The '''Toshiba TMPM4K''' are Cortex-M4 based microprocessors.<br>
  +
They belong to the M4K group of the TXZ+4A series.
 
__TOC__
 
__TOC__
   
Line 23: Line 24:
 
<!--
 
<!--
 
==Evaluation Boards==
 
==Evaluation Boards==
  +
*[[Toshiba_SBK-M4KN | Toshiba SBK-M4KN]]
*[[WikiTemplateEvalBoard|[SiliconVendor] [EvalBoardName]]]
 
   
 
==Example Application==
 
==Example Application==
*[[WikiTemplateEvalBoard#Example_Project | [SiliconVendor] [EvalBoardName]]]
+
*[[Toshiba_SBK-M4KN#Example_Project | Toshiba SBK-M4KN]]
 
--!>
 
--!>

Latest revision as of 17:18, 10 January 2024

The Toshiba TMPM4K are Cortex-M4 based microprocessors.
They belong to the M4K group of the TXZ+4A series.

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 Watchdog is disabled during flash programming.

Device Specific Handling

Reset

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