Difference between revisions of "Renesas RA0E1"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "The '''Renesas RA0E1''' are Cortex-M23 based microcontrollers. __TOC__ ==Internal Flash== {| class="seggertable" |- ! Flash Bank || Base address !! Size || J-Link Support ||...")
 
(Internal Flash)
 
Line 9: Line 9:
 
| Program flash || 0x00000000 || Up to 64 KB || style="text-align:center;"| {{YES}} ||
 
| Program flash || 0x00000000 || Up to 64 KB || style="text-align:center;"| {{YES}} ||
 
*Default
 
*Default
|-
 
| Program flash option-setting memory || 0x00000400|| 8 B || style="text-align:center;"| {{YES}} ||
 
*Default<br>
 
|-
 
| Configuration setting area || 0x01010010|| 36 B || style="text-align:center;"| {{NO}} ||
 
 
|-
 
|-
 
| Data flash || 0x40100000 || 1 KB || style="text-align:center;"| {{YES}} ||
 
| Data flash || 0x40100000 || 1 KB || style="text-align:center;"| {{YES}} ||

Latest revision as of 11:07, 28 February 2024

The Renesas RA0E1 are Cortex-M23 based microcontrollers.

Internal Flash

Flash Bank Base address Size J-Link Support Loaders
Program flash 0x00000000 Up to 64 KB YES.png
  • Default
Data flash 0x40100000 1 KB YES.png
  • Default

NOTE:The device has an Independent Watchdog Timer (IWDT) which is fed during flash programming.

Device Specific Handling

Connect

  • Authentication via IDCODE is supported
  • Wake-up CPU from low-power mode is supported
  • Connect under reset is supported

Reset

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

Disconnect

On disconnect, the J-Link restores device specific settings which are required to support low power mode debugging but may result in an increased power consumption if not disabled.

Evaluation Boards

N/A

Example Application

N/A