stv3500chip.cfg

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

CFG
37
字号
##
## STV3500chip.cfg
##
## Copyright (C) STMicroelectronics Ltd. 2001
##
## Description of the STV3500 chip
##

## STV3500 has a C200 core
include ST20C2_C200chip.cfg

include STV3500addr.cfg
include STV3500regs.cfg

#######################################################
##
## Set up STV3500 peripheral register blocks
##
#######################################################

proc stv3500chip {
  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, "STV3500")

  STV3500_regs
}

⌨️ 快捷键说明

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