支持ti的dsp 5402的基本运行的c程序,简洁好用

源代码在线查看: interrupt.h

软件大小: 327 K
上传用户: w277426078
关键词: 5402 dsp 运行 程序
下载地址: 免注册下载 普通下载 VIP

相关代码

				#include "main.h"
				
				#ifndef __DSP5402_INTERRUPT_H
				#define __DSP5402_INTERRUPT_H
				
				#ifdef __cplusplus
				extern "C"
				{
				#endif
				//在此添加C++代码
				extern "C" interrupt void Timer0Isr();
				
				#ifdef __cplusplus
				}
				#endif
				
				#endif//__DSP5402_INTERRUPT_H
							

相关资源