at91_startup.mac

来自「zip3.lost some files 4.Description is 」· MAC 代码 · 共 21 行

MAC
21
字号

//  File: at91_startup.mac
//
// This file will put the AT91 in protected mode to allow debugger
// windows showing register and memory content to read the AIC controller
// without interfering with the AIC interrupt controller.
// This must be done before execution of the program to allow for the
// case when a window showing AIC content is active when the debugger starts.
//
//  $Revision: 1.1 $



execUserReset()
{
  __message "AIC set to protected mode, __SF_PMR = 0x27a80020\n";
  __writeMemory32(0x27a80020, 0xfff00018, "Memory");
}


⌨️ 快捷键说明

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