sti5514chip.cfg

来自「flash programming STI 5.5.1.4 DCU3」· CFG 代码 · 共 34 行

CFG
34
字号
##
## STi5514chip.cfg
##
## Copyright (C) STMicroelectronics Ltd. 2001
##
## Description of the STi5514 chip
##

## STi5514 has a C200 core
include ST20C2_C200chip.cfg

include STi5514addr.cfg

#######################################################
##
## Set up STi5514 peripheral register blocks
##
#######################################################

proc sti5514chip {
  st20c2_c200_chip

  memory EMI      (Devices[Devices.EMIindex].addr)      ( 4*K) DEVICE

  ## Define memory regions for peripherals
  memory INTLEVELCTRL (Devices[Devices.INTLEVELCTRLindex].addr) 0x1000 DEVICE

  ## Register descriptions of peripherals
  ##
  InterruptLevelController3Registers (Devices[Devices.INTLEVELCTRLindex].addr, Devices[Devices.INTLEVELCTRLNUMINPUTSindex].addr)
  EMI4Registers (Devices[Devices.EMIindex].addr, false, true, "STi5514")
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?