📄 sti5518addr.cfg
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -