sti55x8addr.cfg

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

CFG
49
字号
include STi550xaddr.cfg

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

## designed for 5508 and 5518

## Now the 55x8 specific devices

Devices.ClockGenindex=Devices.index++
Devices[Devices.ClockGenindex].symname = "ClockGeneratorAddr"
Devices[Devices.ClockGenindex].addr = 0x0

## FrequencySynthesizerAddr based on ClockGeneratorAddr 


Devices.LNKindex=Devices.index++
Devices[Devices.LNKindex].symname = "LinkBaseAddr"
Devices[Devices.LNKindex].addr = 0x20038000

## FrontEndInterfaceAddr based on LinkBaseAddr

Devices.SubPicindex=Devices.index++
Devices[Devices.SubPicindex].symname = "SubPictureBaseAddr"
Devices[Devices.SubPicindex].addr = 0x0

## OverlayGraphicsAddr based on SubPictureBaseAddr

Devices.Videoindex=Devices.index++
Devices[Devices.Videoindex].symname = "VideoBaseAddr"
Devices[Devices.Videoindex].addr = 0x0

Devices.ModemAnalogueFEIindex=Devices.index++
Devices[Devices.ModemAnalogueFEIindex].symname = "ModemAnalogueFEIindexAddr"
Devices[Devices.ModemAnalogueFEIindex].addr = 0x20027000

## OnScreenDisplayAddr based on VideoBaseAddr
}

proc mem55x8 {
  memory INTERNAL 0x80000000 (6*K) RAM
  memory SYSTEM 0x80000000 (0x140) RESERVED
  memory ONCHIPDEVICES 0 0x5000 DEVICE ## can be word accessed via DCU 
  memory ONCHIPPERIPHERALS 0x20000000 0x1000000 PERIPHERAL   ## cannot be accessed via DCU  
  memory MPEGPERIPHERALS 0x0000 0x2000 PERIPHERAL   ## cannot be accessed via DCU
  memory MPEGCONTROL 0xE00 4 PERIPHERAL
}

⌨️ 快捷键说明

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