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

📄 st20mc2chip.cfg

📁 flash programming STI 5.5.1.4 DCU3
💻 CFG
字号:
include commonchip.cfg
include ST20MC2addr.cfg

proc mc2registers {
  DCU2Registers(Devices[Devices.DCU2index].addr) 
  InterruptControllerRegisters (Devices[Devices.INTCTRLindex].addr)
  ## TP1EMIRegisters (Devices[Devices.TP1EMIindex].addr, true, true) ## tp1 emi has strange access 
  ## PWMControllerRegisters (Devices[Devices.PWMCTRLindex].addr)     ## old style PWM
  InterruptLevelControllerRegisters (Devices[Devices.INTLEVELCTRLindex].addr, Devices[Devices.INTLEVELCTRLNUMINPUTSindex].addr, false, false)
}

proc mc2chip {
  mc2memory $*
  mc2registers $*
}

⌨️ 快捷键说明

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