?? example_280xhirespwm.gel
字號:
/*
// TI File $Revision: /main/1 $
// Checkin $Date: April 6, 2005 15:18:00 $
//###########################################################################
//
// 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: DSP280x V1.10 $
// $Release Date: April 18, 2005 $
//###########################################################################
*/
menuitem "DSP280x HiRes ePWM"
hotmenu Load_and_Build_Project()
{
GEL_ProjectLoad("Example_280xHiResPWM.pjt");
GEL_ProjectBuild("Example_280xHiResPWM.pjt");
}
hotmenu Load_Code()
{
GEL_Reset();
}
OnReset()
{
GEL_Load(".\\debug\\Example_280xHiResPWM.out");
}
OnFileLoaded()
{
GEL_Go(code_start);
GEL_WatchReset();
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -