cpustall.cfg
来自「flash programming STI 5.5.1.4 DCU3」· CFG 代码 · 共 29 行
CFG
29 行
################################################################################## vi:sw=2 ts=2 et:## ## File: $RCSfile: cpustall.cfg,v $## $Revision: 1.1.1.1 $## $Name: st5514boot-0_25 $## $Date: 2002/01/29 15:38:47 $## ## 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.## ################################################################################## stall CPU##include dcu3.cfg nice but it's wrong in r1.9.6proc StallCPU {## DCU3_CONTROL = (DCU_base + 0x4) DCU3_CONTROL = (0x30003000 + 0x4) control = peek -q (DCU3_CONTROL) poke (DCU3_CONTROL) ((control) | 0x1)}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?