?? dsp_proj_data.h
字號:
//=========================================================================
// Filename: dsp_proj_data.h
//
// Description:
//
// DSP code to be initalized by the bootloader.
// This file was created automatically by out2boot.exe
// DO NOT MODIFY IT BY HAND; it will be overwritten
//
// The format of each line is as follows:
// - the number of data words to follow
// - the starting destination address
// - the data itself
// The final line with the length set to zero marks the end of the data.
//
// Copyright (c) 2002 Texas Instruments Incorporated
//=========================================================================
const unsigned short dsp_proj_data[] = {
1, 0x0080, 0x0001,
0 };
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -