example_280xexternalinterrupt.gel
来自「TI DSP TMS320F280x 外部中断例程。」· GEL 代码 · 共 42 行
GEL
42 行
/*
// TI File $Revision: /main/2 $
// Checkin $Date: September 15, 2005 10:54:51 $
//###########################################################################
//
// 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 ExternalInterrupt"
hotmenu Load_and_Build_Project()
{
GEL_ProjectLoad("Example_280xExternalInterrupt.pjt");
GEL_ProjectBuild("Example_280xExternalInterrupt.pjt");
Setup_WatchWindow();
}
hotmenu Load_Code()
{
GEL_Load(".\\debug\\Example_280xExternalInterrupt.out");
Setup_WatchWindow();
}
hotmenu Setup_WatchWindow()
{
GEL_WatchReset();
GEL_WatchAdd("Xint1Count,x");
GEL_WatchAdd("Xint2Count,x");
GEL_WatchAdd("LoopCount,x");
GEL_WatchAdd("XIntruptRegs,x");
GEL_WatchAdd("GpioCtrlRegs,x");
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?