Difference between revisions of "Renesas DA1470x"

From SEGGER Wiki
Jump to: navigation, search
(Flash Banks)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
  +
[[Category:Device families]]
 
__TOC__
 
__TOC__
 
The '''Renesas DA1470''' devices are a family of multi-core Cortex-M33/Cortex-M0 based microcontrollers.
 
The '''Renesas DA1470''' devices are a family of multi-core Cortex-M33/Cortex-M0 based microcontrollers.
Line 9: Line 10:
 
! Device !! Base address !! Maximum size !! Supported
 
! Device !! Base address !! Maximum size !! Supported
 
|-
 
|-
| DA14701 || 0x38000000 || 128 MB || {{YES}}
+
| DA14701 || 0x38000000 || 128 MB ||scope="col" style="text-align:center" | {{YES}}
 
|-
 
|-
| DA14705 || 0x38000000 || 128 MB || {{YES}}
+
| DA14705 || 0x38000000 || 128 MB ||scope="col" style="text-align:center" | {{YES}}
 
|-
 
|-
| DA14706 || 0x38000000 || 128 MB || {{YES}}
+
| DA14706 || 0x38000000 || 128 MB ||scope="col" style="text-align:center" | {{YES}}
 
|-
 
|-
| DA14708 || 0x38000000 || 128 MB || {{YES}}
+
| DA14708 || 0x38000000 || 128 MB ||scope="col" style="text-align:center" | {{YES}}
 
|}
 
|}
  +
 
==Watchdog==
 
==Watchdog==
 
Device has a system watchdog. It is automatically frozen when Cortex-M33 is in debug mode.
 
Device has a system watchdog. It is automatically frozen when Cortex-M33 is in debug mode.
   
==Multi-Core Support [OPTIONAL]==
+
==Multi-Core Support ==
 
Before proceeding with this article, please check out the generic article regarding Multi-Core debugging [[Multi-Core_Debugging | here]].
 
Before proceeding with this article, please check out the generic article regarding Multi-Core debugging [[Multi-Core_Debugging | here]].
 
The DA1470 device include a Cortex-M33 and Cortex-M0. The debug related multi-core behavior of the J-Link is described for each core:
 
The DA1470 device include a Cortex-M33 and Cortex-M0. The debug related multi-core behavior of the J-Link is described for each core:
Line 32: Line 34:
   
 
==Evaluation Boards==
 
==Evaluation Boards==
*Renesas DA1470x DevKit evaluation board:
+
*Renesas DA1470x DevKit evaluation board: https://wiki.segger.com/Renesas_DA1470x_DevKit
 
==Example Application==
 
*Renesas DA1470x DevKit evaluation board:
 

Latest revision as of 13:26, 15 May 2024

The Renesas DA1470 devices are a family of multi-core Cortex-M33/Cortex-M0 based microcontrollers.

Flash Banks

QSPI Flash

QSPI flash programming requires special handling compared to internal flash. For more information about this, please see the QSPI Flash Programming Support article.

Device Base address Maximum size Supported
DA14701 0x38000000 128 MB YES.png
DA14705 0x38000000 128 MB YES.png
DA14706 0x38000000 128 MB YES.png
DA14708 0x38000000 128 MB YES.png

Watchdog

Device has a system watchdog. It is automatically frozen when Cortex-M33 is in debug mode.

Multi-Core Support

Before proceeding with this article, please check out the generic article regarding Multi-Core debugging here. The DA1470 device include a Cortex-M33 and Cortex-M0. The debug related multi-core behavior of the J-Link is described for each core:

Cortex-M33

Init/Setup

  • J-Link performs a default Cortex-M33 init sequence. No special handling is necessary.

Reset

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

Cortex-M0

J-Link does not support Cortex-M0.

Evaluation Boards