dsp_proj_data.h

来自「数码投影仪项目可以作为学习实用」· C头文件 代码 · 共 22 行

H
22
字号
//=========================================================================
// 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 + =
减小字号Ctrl + -
显示快捷键?