?? example_281xadcsoc.gel
字號(hào):
/*
// TI File $Revision: /main/2 $
// Checkin $Date: April 29, 2005 11:21:05 $
//###########################################################################
//
// 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 since it uses the OnReset() function.
//
//###########################################################################
// $TI Release:$
// $Release Date:$
//###########################################################################
*/
menuitem "DSP281x ADC SOC Example"
hotmenu Load_and_Build_Project()
{
GEL_ProjectLoad("Example_281xAdcSoc.pjt");
GEL_ProjectBuild("Example_281xAdcSoc.pjt");
}
hotmenu Run_Code()
{
GEL_Reset();
}
OnReset()
{
GEL_Load(".\\debug\\Example_281xAdcSoc.out");
}
OnFileLoaded()
{
GEL_Go(main);
GEL_WatchReset();
GEL_WatchAdd("Voltage1,x");
GEL_WatchAdd("Voltage2,x");
GEL_WatchAdd("LoopCount,x");
GEL_WatchAdd("ConversionCount");
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -