UKSS_ICE/v120/DSP2833x_examples/flash/Example_28332_Flash.gel
nelolik b8a0477c5c init commit.
Проект каким он достался от Димы.
2021-02-15 09:56:27 +03:00

46 lines
1.2 KiB
Plaintext

/*
// TI File $Revision: /main/5 $
// Checkin $Date: August 9, 2007 17:15:59 $
//###########################################################################
//
// 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/DSP2823x Header Files V1.20 $
// $Release Date: August 1, 2008 $
//###########################################################################
*/
menuitem "DSP28332 Flash Example"
hotmenu Load_and_Build_Project()
{
GEL_ProjectLoad("Example_28332_Flash.pjt");
GEL_ProjectBuild("Example_28332_Flash.pjt");
Setup_WatchWindow();
}
hotmenu Load_Symbols()
{
GEL_SymbolLoad(".\\debug\\Example_28332_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");
}