从官方的例子程序中 E:\创龙TMS320C6748光盘资料\demo\StarterWare\Application\WatchDog 拷贝看门狗程序调试 提示以下头文件均不能打开
/main.c", line 12: fatal error #5: could not open source file "TL6748.h" 是工程哪里还需要配置吗
#include "TL6748.h" // 创龙 DSP6748 开发板相关声明
#include "hw_types.h" // 宏命令
#include "hw_syscfg0_C6748.h" // 系统配置模块寄存器
#include "soc_C6748.h" // DSP C6748 外设寄存器
#include "psc.h" // 电源与睡眠控制宏及设备抽象层函数声明
#include "gpio.h" // 通用输入输出口宏及设备抽象层函数声明
#include "timer.h" // 定时器 / 计数器宏及设备抽象层函数声明
#include "interrupt.h" // DSP C6748 中断相关应用程序接口函数声明及系统事件号定义
#include "uartStdio.h" // 串口标准输入输出终端函数声明