sti5518addr.cfg

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

CFG
39
字号
include STi55x8addr.cfg

if (!(clsymbol ST5518ADDR)) {
ST5518ADDR=1

## used for 5518

## Having included all the 550x Devices a few are modified here

## extra interrupt levels
Devices[Devices.INTLEVELCTRLNUMINPUTSindex].addr = 31

## only 2 MPEGDMA so decrease count and remove third name
Devices.NUMMPEGDMA=2
remove Devices[Devices.MPEGDMACTRLindex+2]
## Devices[Devices.MPEGDMACTRLindex+2].addr= 0x20025000
## change address of DMA controller
Devices[Devices.MPEGDMACTRLindex].addr = 0x20024000
Devices[Devices.MPEGDMACTRLindex+1].addr = 0x20025000

Devices.LPCindex=Devices.index++
Devices[Devices.LPCindex].symname = "LPCBaseAddr"
Devices[Devices.LPCindex].addr = 0x20000400

Devices.Teletextindex=Devices.index++
Devices[Devices.Teletextindex].symname = "TtxtBaseAddress"
Devices[Devices.Teletextindex].addr = 0x2000a300

Devices.IRBindex=Devices.index++
Devices[Devices.IRBindex].symname = "IRBBaseAddress"
Devices[Devices.IRBindex].addr = 0x2000a200

## The 6th PIO controller
Devices.PIOindex2=Devices.index++
Devices[Devices.PIOindex2].symname = "PIOController5Addr"
Devices[Devices.PIOindex2].addr = 0x2000A100
Devices.NUMPIO++
}

⌨️ 快捷键说明

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