📄 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 + -