📄 example_2801_flash.gel
字号:
/*
// TI File $Revision: /main/2 $
// Checkin $Date: September 15, 2005 10:55: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: DSP280x, DSP2801x Header Files V1.41 $
// $Release Date: August 7th, 2006 $
//###########################################################################
*/
menuitem "DSP2801 Flash Example"
hotmenu Build_Project()
{
GEL_ProjectLoad("Example_2801_Flash.pjt");
GEL_ProjectBuild("Example_2801_Flash.pjt");
Setup_WatchWindow();
}
hotmenu Load_Symbols()
{
GEL_SymbolLoad(".\\debug\\Example_2802_Flash.out");
Setup_WatchWindow();
}
hotmenu Setup_WatchWindow()
{
GEL_WatchReset();
GEL_WatchAdd("EPwm1TimerIntCount,x");
GEL_WatchAdd("EPwm2TimerIntCount,x");
GEL_WatchAdd("EPwm3TimerIntCount,x");
GEL_WatchAdd("LoopCount,x");
GEL_WatchAdd("EPwm1Regs,x");
GEL_WatchAdd("EPwm2Regs,x");
GEL_WatchAdd("EPwm3Regs,x");
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -