📄 example_280xi2c_eeprom.gel
字号:
/*
// TI File $Revision: /main/2 $
// Checkin $Date: December 3, 2004 10:53:32 $
//###########################################################################
//
// 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 I2C EEPROM Example"
hotmenu Load_and_Build_Project()
{
GEL_ProjectLoad("Example_280xI2C_eeprom.pjt");
GEL_ProjectBuild("Example_280xI2C_eeprom.pjt");
}
hotmenu Load_Code()
{
GEL_Load(".\\debug\\Example_280xI2C_eeprom.out");
}
OnFileLoaded()
{
GEL_Reset();
GEL_WatchReset();
GEL_Go(code_start);
GEL_WatchAdd("PassCount",,"Correct Bytes");
GEL_WatchAdd("FailCount",,"Incorrect Bytes");
GEL_WatchAdd("I2cMsgIn1.MsgBuffer",,"Input Buffer");
GEL_WatchAdd("I2cMsgOut1.MsgBuffer",,"Output Buffer");
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -