sti5514addr.cfg
来自「flash programming STI 5.5.1.4 DCU3」· CFG 代码 · 共 47 行
CFG
47 行
##
## STi5514addr.cfg
##
## Copyright (C) STMicroelectronics Ltd. 2001
##
## Descriptions of the peripherals on the STi5514
##
## STi5514 has a C200 core
include ST20C2_C200addr.cfg
Devices.INTLEVELCTRLindex=Devices.index++
Devices[Devices.INTLEVELCTRLindex].symname = "InterruptLevelControllerAddr"
Devices[Devices.INTLEVELCTRLindex].addr = 0x20111000
Devices.INTLEVELCTRLNUMINPUTSindex=Devices.index++
Devices[Devices.INTLEVELCTRLNUMINPUTSindex].symname = "InterruptLevelControllerNumInputs"
Devices[Devices.INTLEVELCTRLNUMINPUTSindex].addr = 53
Devices.INTLEVELCTRLINPUTOFFSETindex=Devices.index++
Devices[Devices.INTLEVELCTRLINPUTOFFSETindex].symname = "InterruptLevelControllerInputOffset"
Devices[Devices.INTLEVELCTRLINPUTOFFSETindex].addr = 0
Devices.EMIindex=Devices.index++
Devices[Devices.EMIindex].symname = "EMIAddr"
Devices[Devices.EMIindex].addr = 0x20200000
Devices.PWMCTRLindex=Devices.index++
Devices[Devices.PWMCTRLindex].symname = "PWMControllerAddr"
Devices[Devices.PWMCTRLindex].addr = 0x2010B000
Devices.PIOindex=Devices.index
Devices.NUMPIO=6
for (i=0;i<Devices.NUMPIO;i++) {
Devices[Devices.PIOindex+i].symname = "PIOController"+(mkstr(i))+"Addr"
Devices[Devices.PIOindex+i].addr = 0x2010c000 + (i * 0x1000)
}
Devices.index += Devices.NUMPIO
Devices.ASCindex=Devices.index
Devices.NUMASC=4
for (i=0;i<Devices.NUMASC;i++) {
Devices[Devices.ASCindex+i].symname = "ASC"+(mkstr(i))+"Addr"
Devices[Devices.ASCindex+i].addr = 0x20103000 + (i * 0x1000)
}
Devices.index += Devices.NUMASC
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?