ESWIN EAM2011: Difference between revisions
Jump to navigation
Jump to search
Line 19: | Line 19: | ||
}} | }} | ||
}} | }} | ||
<references /> | |||
==Watchdog Handling== | ==Watchdog Handling== |
Revision as of 10:39, 11 July 2025
The ESWIN EAM2011 are RISC-V based microcontrollers.
Flash Banks
Flash Bank | Base address | J-Link Support | Loader | |
---|---|---|---|---|
Name | Size | |||
PFLASH | 0x10000000 | ![]() |
Default | 1 MB |
DFLASH | 0x12000000 | ![]() |
Default | 128 KB |
DFLASH NVR[1] | 0xFFF00000[2] | ![]() |
Default | 16 KB |
PFLASH NVR[1] | 0xFFFF0000[2] | ![]() |
Default | 32 KB |
Watchdog Handling
- The device has a watchdog WDOG.
- The watchdog is fed during flash programming.
Device Specific Handling
Connect
- J-Link expects EAM2011 to be the second device in a JTAG chain. It configures the chain accordingly as part of a ConfigTargetSettings() J-Link Script file function:
- IRPre=5
- DRPre=1
- IRPost=0
- DRPost=0
- IRLenDevice=5
- If the JTAG chain differs from this, the user needs to implement their own ConfigTargetSettings() function.
Reset
- The device uses normal RISC-V core reset, no special handling necessary, like described here.