/* // TI File $Revision: /main/5 $ // Checkin $Date: August 9, 2007 17:18: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. // //########################################################################### // $TI Release: DSP2833x/DSP2823x Header Files V1.20 $ // $Release Date: August 1, 2008 $ //########################################################################### */ menuitem "DSP2833x I2C EEPROM Example" hotmenu Load_and_Build_Project() { GEL_ProjectLoad("Example_2833xI2C_eeprom.pjt"); GEL_ProjectBuild("Example_2833xI2C_eeprom.pjt"); Setup_WatchWindow(); } hotmenu Load_Code() { GEL_Load(".\\debug\\Example_2833xI2C_eeprom.out"); Setup_WatchWindow(); } hotmenu Setup_WatchWindow() { GEL_WatchReset(); GEL_WatchAdd("PassCount",,"Correct Bytes"); GEL_WatchAdd("FailCount",,"Incorrect Bytes"); GEL_WatchAdd("I2cMsgIn1.MsgBuffer",,"Input Buffer"); GEL_WatchAdd("I2cMsgOut1.MsgBuffer",,"Output Buffer"); GEL_WatchAdd("I2caRegs,x"); }