sti5508addr.cfg
来自「flash programming STI 5.5.1.4 DCU3」· CFG 代码 · 共 27 行
CFG
27 行
include STi55x8addr.cfg
if (!(clsymbol ST5508ADDR)) {
ST5508ADDR=1
## used for 5508
## Having included all the 550x Devices a few are modified here
## extra interrupt levels
Devices[Devices.INTLEVELCTRLNUMINPUTSindex].addr = 24
## only 2 MPEGDMA so decrease count and remove third name
Devices.NUMMPEGDMA=2
Devices[Devices.MPEGDMACTRLindex+2].symname="XXXXXXXX"
## change address of DMA controller
Devices[Devices.MPEGDMACTRLindex].addr = 0x20024000
Devices[Devices.MPEGDMACTRLindex+1].addr = 0x20025000
Devices.Karaokeindex=Devices.index++
Devices[Devices.Karaokeindex].symname = "KaraokeBaseAddr"
Devices[Devices.Karaokeindex].addr = 0x700
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?