ESWIN EAM2011: Difference between revisions

From SEGGER Knowledge Base
Jump to navigation Jump to search
Line 12: Line 12:
{{:Template:FlashLoader | Name=Default | Size=128 KB }}
{{:Template:FlashLoader | Name=Default | Size=128 KB }}
}}
}}
{{:Template:FlashBankTableRow | BankName=DFLASH NVR<ref name="FootNote1" >Disabled by default</ref> | BaseAddress=0xFFF00000<ref name="FootNote2" >Bank is not memory-mapped. Used address is a dummy/placeholder address.</ref> | JLinkSupport=yes | NumOfLoaders=1 | Loader=
{{:Template:FlashBankTableRow | BankName=DFLASH NVR<ref name="FootNote1" >Disabled by default.</ref> | BaseAddress=0xFFF00000<ref name="FootNote2" >Bank is not memory-mapped. Used address is a dummy/placeholder address.</ref> | JLinkSupport=yes | NumOfLoaders=1 | Loader=
{{:Template:FlashLoader | Name=Default | Size=16 KB }}
{{:Template:FlashLoader | Name=Default | Size=16 KB }}
}}
}}
{{:Template:FlashBankTableRow | BankName=PFLASH NVR<ref name="FootNote1" >Disabled by default</ref> | BaseAddress=0xFFFF0000<ref name="FootNote2" >Bank is not memory-mapped. Used address is a dummy/placeholder address.</ref> | JLinkSupport=yes | NumOfLoaders=1 | Loader=
{{:Template:FlashBankTableRow | BankName=PFLASH NVR<ref name="FootNote1" >Disabled by default.</ref> | BaseAddress=0xFFFF0000<ref name="FootNote2" >Bank is not memory-mapped. Used address is a dummy/placeholder address.</ref> | JLinkSupport=yes | NumOfLoaders=1 | Loader=
{{:Template:FlashLoader | Name=Default | Size=32 KB }}
{{:Template:FlashLoader | Name=Default | Size=32 KB }}
}}
}}

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 YES.png Default 1 MB
DFLASH 0x12000000 YES.png Default 128 KB
DFLASH NVR[1] 0xFFF00000[2] YES.png Default 16 KB
PFLASH NVR[1] 0xFFFF0000[2] YES.png Default 32 KB
  1. 1.0 1.1 Disabled by default.
  2. 2.0 2.1 Bank is not memory-mapped. Used address is a dummy/placeholder address.

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.

Evaluation Boards

Example Application