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