Difference between revisions of "Renesas ASSP EASY"

From SEGGER Wiki
Jump to: navigation, search
(Multi-Core Support [OPTIONAL])
(Watchdog Handling)
Line 19: Line 19:
   
 
==Watchdog Handling==
 
==Watchdog Handling==
*The device does not have a watchdog.
+
*The device has 2 watchdogs.
  +
*Both watchdogs are fed during flash programming.
*The device has a watchdog [WATCHDOGNAME].
 
*The watchdog is fed during flash programming.
 
*If the watchdog is enabled, it is turned off during flash programming and turned back on afterwards.
 
   
 
==Device Specific Handling==
 
==Device Specific Handling==

Revision as of 17:33, 18 March 2024

The Renesas ASSP easy are RISC-V based microcontrollers.

Flash Banks

Internal Flash

Flash Bank Base address Size J-Link Support
Code Flash 0x00000000 up to 128 KB YES.png
Config Flash 0x01010008 up tp 44 B YES.png
Data Flash 0x40100000 up to 4 KB YES.png

ECC RAM

  • Device has ECC RAM which has to be initialized before use.

Watchdog Handling

  • The device has 2 watchdogs.
  • Both watchdogs are fed during flash programming.

Device Specific Handling

Connect

Reset

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

Limitations

Dual Core Support

Some XXX devices feature a second core. Right now, the J-Link software does support the main core, only. Support for the second core is planned for future versions.

Attach

Attach is not supported by default because the J-Link initializes certain RAM regions by default.

Security

Evaluation Boards

Example Application