st20c2_c200addr.cfg
来自「flash programming STI 5.5.1.4 DCU3」· CFG 代码 · 共 34 行
CFG
34 行
if (!(clsymbol ST20C2_C200_ADDDR)) {
ST20C2_C200_ADDDR=1
## addresses of onchip DVCORE devices
Devices.index=0
Devices.DCUindex=Devices.index++
Devices[Devices.DCUindex].symname = "DCUAddr"
Devices[Devices.DCUindex].addr = 0x30003000
Devices.ICACHEindex=Devices.index++
Devices[Devices.ICACHEindex].symname = "ICacheControlAddr"
Devices[Devices.ICACHEindex].addr = 0x30004000
Devices.DCACHEindex=Devices.index++
Devices[Devices.DCACHEindex].symname = "DCacheControlAddr"
Devices[Devices.DCACHEindex].addr = 0x30005000
Devices.INTCTRLindex=Devices.index++
Devices[Devices.INTCTRLindex].symname = "InterruptControllerAddr"
Devices[Devices.INTCTRLindex].addr = 0x20000000
Devices.INTCTRLLEVELSindex=Devices.index++
Devices[Devices.INTCTRLLEVELSindex].symname = "InterruptControllerLevels"
Devices[Devices.INTCTRLLEVELSindex].addr = 16
Devices.INTCTRLMIRRORindex=Devices.index++
Devices[Devices.INTCTRLMIRRORindex].symname = "InterruptControllerMirrorAddr"
Devices[Devices.INTCTRLMIRRORindex].addr = 0x30000000
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?