ESWIN EAM2011: Difference between revisions

From SEGGER Knowledge Base
Jump to navigation Jump to search
(Created page with "Category:Device families The '''ESWIN EAM2011''' are RISC-V based microcontrollers. __TOC__ ==Flash Banks== ===Device Group1=== {{:Template:FlashBankTable | FlashBanks= {{:Template:FlashBankTableRow | BankName=PFLASH | BaseAddress=0x10000000 | JLinkSupport=yes | NumOfLoaders=1 | Loader= {{:Template:FlashLoader | Name=Default | Size=1 MB }} }} {{:Template:FlashBankTableRow | BankName=DFLASH | BaseAddress=0x12000000 | JLinkSupport=yes | NumOfLoaders=1 | Loader= {{:Tem...")
(No difference)

Revision as of 13:54, 27 May 2025

The ESWIN EAM2011 are RISC-V based microcontrollers.

Flash Banks

Device Group1

Flash Bank Base address J-Link Support Loader
Name Size
PFLASH 0x10000000 YES.png Default 1 MB
DFLASH 0x12000000 YES.png Default 128 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.

Evaluation Boards

Example Application