• 大小: 13.81MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-31
  • 语言: 其他
  • 标签: 代码实例  

资源简介

DSP示例代码,很全,很完整,很有用,需要用的请自取,对于学DSP的同学是一份很好的资源

资源截图

代码片段和文件信息

/******************************************************************/
/*Copyright (C) 2008-2009 力天电子,LiTian Tech.Co.Ltd.   */
/*  Module Name   : system                */
/*  File Name     : DSP281x_DefaultIsr.c   */        
/*  Author      : 侯长波                                        */     
/*  Create Date   : 2009/12/1                                     */      
/*  Version      : 2.0                                           */          
/*  Function      : system                                        */                       
/*  Description   : DSP281x默认中断函数定义                       */            
/*  Support       : www.LT430.com                    */             
/******************************************************************/ 
#include “DSP281x_Device.h“    


// Note CPU-Timer1 ISR is reserved for TI use.
interrupt void INT13_ISR(void)     // INT13 or CPU-Timer1
{
  // Insert ISR Code here
  
  // Next two lines for debug only to halt the processor here
  // Remove after inserting ISR Code
     asm (“      ESTOP0“);
     for(;;);
}

// Note CPU-Timer2 ISR is reserved for TI use.
interrupt void INT14_ISR(void)     // CPU-Timer2
{
  // Insert ISR Code here
  
  // Next two lines for debug only to halt the processor here
  // Remove after inserting ISR Code
     asm (“      ESTOP0“);
     for(;;);
}

interrupt void DATALOG_ISR(void)   // Datalogging interrupt
{
  // Insert ISR Code here
 
  // Next two lines for debug only to halt the processor here
  // Remove after inserting ISR Code
   asm (“      ESTOP0“);
   for(;;);
}

interrupt void RTOSINT_ISR(void)   // RTOS interrupt
{
  // Insert ISR Code here

  // Next two lines for debug only to halt the processor here
  // Remove after inserting ISR Code
   asm (“      ESTOP0“);
   for(;;);
}

interrupt void EMUINT_ISR(void)    // Emulation interrupt
{
  // Insert ISR Code here

  // Next two lines for debug only to halt the processor here
  // Remove after inserting ISR Code
   asm (“      ESTOP0“);
   for(;;);
}

interrupt void NMI_ISR(void)       // Non-maskable interrupt
{
  // Insert ISR Code here

  // Next two lines for debug only to halt the processor here
  // Remove after inserting ISR Code
   asm (“      ESTOP0“);
   for(;;);
}

interrupt void ILLEGAL_ISR(void)   // Illegal operation TRAP
{
  // Insert ISR Code here

  // Next two lines for debug only to halt the processor here
  // Remove after inserting ISR Code
  asm(“          ESTOP0“);
  for(;;);

}

interrupt void USER1_ISR(void)     // User Defined trap 1
{
  // Insert ISR Code here

  // Next two lines for debug only to halt the processor here
  // Remove after inserting ISR Code
   asm (“      ESTOP0“);
   for(;;);

}

interrupt void USER2_ISR(void)     // User Defined trap 2
{
  // Insert ISR Code here

  // Next two lines for debug only to halt the processor here
  // Remove after inserting ISR Cod

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     365366  2010-01-03 17:52  03 例程代码\01 第一讲 初识LT-DSP2812开发板\课件\01 第一讲 初识LT-DSP2812开发板--力天手把手教你学DSP之入门篇.pdf

     文件     428527  2010-01-03 17:53  03 例程代码\02 第二讲 DSP的开发软件及工具介绍\课件\02 第二讲 DSP的开发软件及工具介绍--力天手把手教你学DSP之入门篇.pdf

     文件     199093  2010-01-03 17:54  03 例程代码\03 第三讲 DSP的系统相关基础知识\课件\03 第三讲 DSP的系统相关基础知识--力天手把手教你学DSP之入门篇.pdf

     文件     366255  2010-01-03 17:56  03 例程代码\04 第四讲 DSP的C语言程序设计\课件\04 第四讲 DSP的C语言程序设计--力天手把手教你学DSP之入门篇.pdf

     文件      76817  2010-01-03 17:58  03 例程代码\05 第五讲 TMS320F28x的结构与功能概述\课件\05 第五讲 TMS320F28x的结构与功能概述--力天手把手教你学DSP之入门篇.pdf

     文件      79713  2010-01-03 17:59  03 例程代码\06 第六讲 TMS320F28x的时钟与系统控制\课件\06 第六讲 TMS320F28x的时钟与系统控制--力天手把手教你学DSP之入门篇.pdf

     文件     189714  2010-01-03 18:00  03 例程代码\07 第七讲 TMS320F28x的C语言编程基础\课件\07 第七讲 TMS320F28x的C语言编程基础--力天手把手教你学DSP之入门篇.pdf

     文件      73108  2010-01-02 15:10  03 例程代码\07 第七讲 TMS320F28x的C语言编程基础\课件\LT-DSP2812开发板外设寄存器定义举例.pdf

     文件        444  2010-01-01 18:44  03 例程代码\08 第八讲 用DSP点亮第一个发光二极管\代码\LED\cc_build_Debug.log

     文件       1381  2010-01-01 18:29  03 例程代码\08 第八讲 用DSP点亮第一个发光二极管\代码\LED\Debug\DSP281x_CodeStartBranch.obj

     文件      36841  2010-01-01 18:29  03 例程代码\08 第八讲 用DSP点亮第一个发光二极管\代码\LED\Debug\DSP281x_DefaultIsr.obj

     文件     117665  2010-01-01 18:29  03 例程代码\08 第八讲 用DSP点亮第一个发光二极管\代码\LED\Debug\DSP281x_GlobalVariableDefs.obj

     文件       2427  2010-01-01 18:29  03 例程代码\08 第八讲 用DSP点亮第一个发光二极管\代码\LED\Debug\DSP281x_MemCopy.obj

     文件       5338  2010-01-01 18:29  03 例程代码\08 第八讲 用DSP点亮第一个发光二极管\代码\LED\Debug\DSP281x_PieCtrl.obj

     文件      16477  2010-01-01 18:29  03 例程代码\08 第八讲 用DSP点亮第一个发光二极管\代码\LED\Debug\DSP281x_PieVect.obj

     文件      11610  2010-01-01 18:29  03 例程代码\08 第八讲 用DSP点亮第一个发光二极管\代码\LED\Debug\DSP281x_SysCtrl.obj

     文件      16298  2010-01-01 18:44  03 例程代码\08 第八讲 用DSP点亮第一个发光二极管\代码\LED\Debug\LED.map

     文件     138594  2010-01-01 18:44  03 例程代码\08 第八讲 用DSP点亮第一个发光二极管\代码\LED\Debug\LED.out

     文件      23491  2010-01-01 18:44  03 例程代码\08 第八讲 用DSP点亮第一个发光二极管\代码\LED\Debug\main.obj

     文件        672  2010-01-01 18:44  03 例程代码\08 第八讲 用DSP点亮第一个发光二极管\代码\LED\Debug.lkf

     文件       8489  2009-08-04 09:30  03 例程代码\08 第八讲 用DSP点亮第一个发光二极管\代码\LED\DSP281x_Adc.h

     文件       1705  2009-12-06 20:26  03 例程代码\08 第八讲 用DSP点亮第一个发光二极管\代码\LED\DSP281x_CodeStartBranch.asm

     文件       5476  2009-08-04 09:30  03 例程代码\08 第八讲 用DSP点亮第一个发光二极管\代码\LED\DSP281x_CpuTimers.h

     文件      25424  2009-11-28 20:47  03 例程代码\08 第八讲 用DSP点亮第一个发光二极管\代码\LED\DSP281x_DefaultIsr.c

     文件       4679  2009-11-28 20:47  03 例程代码\08 第八讲 用DSP点亮第一个发光二极管\代码\LED\DSP281x_DefaultIsr.h

     文件       3585  2009-08-04 09:30  03 例程代码\08 第八讲 用DSP点亮第一个发光二极管\代码\LED\DSP281x_DevEmu.h

     文件       3927  2009-08-04 09:30  03 例程代码\08 第八讲 用DSP点亮第一个发光二极管\代码\LED\DSP281x_Device.h

     文件      46005  2007-05-01 10:01  03 例程代码\08 第八讲 用DSP点亮第一个发光二极管\代码\LED\DSP281x_ECan.h

     文件      23581  2009-08-04 09:30  03 例程代码\08 第八讲 用DSP点亮第一个发光二极管\代码\LED\DSP281x_Ev.h

     文件       1570  2009-11-28 22:01  03 例程代码\08 第八讲 用DSP点亮第一个发光二极管\代码\LED\DSP281x_GlobalPrototypes.h

............此处省略1442个文件信息

评论

共有 条评论