?? example_2803xspi_ffdlb_int.gel
字號:
/*
// TI File $Revision: /main/1 $
// Checkin $Date: December 5, 2008 18:04:25 $
//###########################################################################
//
// 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: 2803x C/C++ Header Files V1.21 $
// $Release Date: December 1, 2009 $
//###########################################################################
*/
menuitem "DSP2803x SPI Int"
hotmenu Load_and_Build_Project()
{
GEL_ProjectLoad("Example_2803xSpi_FFDLB_int.pjt");
GEL_ProjectBuild("Example_2803xSpi_FFDLB_int.pjt");
Setup_WatchWindow();
}
hotmenu Load_Code()
{
GEL_Load(".\\debug\\Example_2803xSpi_FFDLB_int.out");
Setup_WatchWindow();
}
hotmenu Setup_WatchWindow()
{
GEL_WatchReset();
GEL_WatchAdd("sdata,x");
GEL_WatchAdd("rdata,x");
GEL_WatchAdd("rdata_point,x");
GEL_WatchAdd("SpiaRegs,x");
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -