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

📄 at91_startup.mac

📁 zip3.lost some files 4.Description is not detailed or not correct 5.Compressed file has password
💻 MAC
字号:

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