dsp_boot_code.h

来自「TI公司的DSP TMS320VC5402开发板的全套资料」· C头文件 代码 · 共 28 行

H
28
字号
//=========================================================================
// Filename:       dsp_boot_code.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 code dsp_boot_program[] = {
               4, 0x0100, 0x771D, 0x0160, 0xF073, 0x0200,
               16, 0x0200, 0x7711, 0x0300, 0x7681, 0x0001, 0xF4A5, 0xF495, 0x7215, 0x0301, 0xF495, 0x6C85, 0x0217, 0x7215, 0x0302, 0xF495, 0x6C85, 0x0238,
               16, 0x0210, 0x7215, 0x0303, 0xF495, 0x6C85, 0x0258, 0xF073, 0x0206, 0x7714, 0x0400, 0x1084, 0xF010, 0x0001, 0x8084, 0x7D94, 0x0224, 0x7D84,
               16, 0x0220, 0x0226, 0x7D94, 0x0226, 0xF070, 0xFFFF, 0x7D94, 0x0000, 0x1084, 0x8815, 0xF010, 0x0001, 0x8084, 0x7D94, 0x0224, 0xF4A5, 0xF495,
               16, 0x0230, 0x6C85, 0x021F, 0x7714, 0x0301, 0x7684, 0x0000, 0xF073, 0x0206, 0x7714, 0x0400, 0x1084, 0xF010, 0x0001, 0x8084, 0x7D94, 0x0245,
               16, 0x0240, 0x1094, 0x8813, 0xF495, 0xF495, 0xF070, 0xFFFF, 0xE5A9, 0x1084, 0x8815, 0xF010, 0x0001, 0x8084, 0x7D94, 0x0245, 0xF4A5, 0xF495,
               10, 0x0250, 0x6C85, 0x0240, 0x7714, 0x0302, 0x7684, 0x0000, 0xF073, 0x0206, 0xF073, 0x0080,
               0 };

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?