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

📄 example_280xcputimer.gel

📁 DSP学习板上的例子程序包括 AD转换 CAN总线 SPI SCI
💻 GEL
字号:
/*
// TI File $Revision: /main/4 $
// Checkin $Date: September 15, 2005   10:51:40 $
//###########################################################################
//
// This .gel file can be used to help load and build the example project.
// It should be unloaded from Code Composer Studio before loading another 
// project. 
//
//###########################################################################
// $TI Release: DSP280x, DSP2801x Header Files V1.41 $
// $Release Date: August 7th, 2006 $
//###########################################################################
*/

menuitem "DSP280x CpuTimerExample"

hotmenu Load_and_Build_Project()
{
   GEL_ProjectLoad("Example_280xCpuTimer.pjt");
   GEL_ProjectBuild("Example_280xCpuTimer.pjt");
   Setup_WatchWindow();
}

hotmenu Load_Code()
{
   GEL_Load(".\\debug\\Example_280xCpuTimer.out");
   Setup_WatchWindow();
}

hotmenu Setup_WatchWindow()
{
   GEL_WatchReset();
   GEL_WatchAdd("CpuTimer0.InterruptCount",,"CPU ISR Count");
   GEL_WatchAdd("CpuTimer0",,"CPU Timer Variables");
   GEL_WatchAdd("CpuTimer0Regs,x");
}

⌨️ 快捷键说明

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