example_2833xidlewake.gel

来自「TI公司TMS320F2883x浮点DSP的详细应用例程」· GEL 代码 · 共 29 行

GEL
29
字号
/*
// TI File $Revision: /main/5 $
// Checkin $Date: August 9, 2007   17:24:43 $
//###########################################################################
//
// 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.01 $
// $Release Date: September 26, 2007 $
//###########################################################################
*/

menuitem "DSP2833x Low Power Idle Mode Wakeup Example"

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

hotmenu Load_Code()
{
   GEL_Load(".\\debug\\Example_2833xIdleWake.out");

}

⌨️ 快捷键说明

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