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

📄 boot.cfg

📁 flash programming STI 5.5.1.4 DCU3
💻 CFG
字号:
################################################################################## vi:sw=2 ts=2 et:## ## File: $RCSfile: boot.cfg,v $##       $Revision: 1.7 $##       $Date: 2002/02/21 11:09:26 $##            ## Copyright [2001] Pace Micro Technology PLC.   All rights reserved.## ## The copyright in this material is owned by Pace Micro Technology PLC## ("Pace"). This material is regarded as a highly confidential trade secret of## Pace. It may not be reproduced, used, sold or in any other way exploited or## transferred to any third party without the prior written permission of Pace.## ################################################################################include product.cfg################################################################################## program description (hardware config is in board.cfg)##proc boot_conf {   c2hostboot}################################################################################## target procedure##proc run {  reset -full  boot_conf  ST20C2MemoryInit}proc rombootdebug {  reset -full  boot_conf##  removed as there's not declaration of this in the new DCU R1_9_5 toolset##  reset_dcu_compare  ST20C2MemoryInit  program -new romboot.dbg  events -all -remove  break -h main	  go}## Create set of targets Targets_Create("boot", "run")Targets_Create("boot_no_reset", "boot_conf")Targets_Create("rombootdebug", "rombootdebug")

⌨️ 快捷键说明

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