?? example_2833xexternalinterrupt.gel
字號(hào):
/*
// TI File $Revision: /main/5 $
// Checkin $Date: August 9, 2007 17:15:49 $
//###########################################################################
//
// 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: DSP2833x Header Files V1.03 $
// $Release Date: December 3, 2007 $
//###########################################################################
*/
menuitem "DSP2833x ExternalInterrupt"
hotmenu Load_and_Build_Project()
{
GEL_ProjectLoad("Example_2833xExternalInterrupt.pjt");
GEL_ProjectBuild("Example_2833xExternalInterrupt.pjt");
Setup_WatchWindow();
}
hotmenu Load_Code()
{
GEL_Load(".\\debug\\Example_2833xExternalInterrupt.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");
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -