⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sti55x8addr.cfg

📁 flash programming STI 5.5.1.4 DCU3
💻 CFG
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -