• 大小: 173KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-24
  • 语言: 其他
  • 标签: dsp  AD7606  

资源简介

源码可用,基于DSP28335实现通过spi实现的片外AD7606的数据采集程序

资源截图

代码片段和文件信息

// TI File $Revision: /main/2 $
// Checkin $Date: January 14 2008   11:17:46 $
//###########################################################################
//
// FILE: DSP2833x_DefaultIsr.c
//
// title: DSP2833x Device Default Interrupt Service Routines.
//
// This file contains shell ISR routines for the 2833x PIE vector table.
// Typically these shell ISR routines can be used to populate the entire PIE
// vector table during device debug.  In this manner if an interrupt is taken
// during firmware development there will always be an ISR to catch it.
//
// As develpment progresses these ISR rotuines can be eliminated and replaced
// with the user‘s own ISR routines for each interrupt.  Since these shell ISRs
// include infinite loops they will typically not be included as-is in the final
// production firmware.
//
//###########################################################################
// $TI Release: DSP2833x Header Files V1.10 $
// $Release Date: February 15 2008 $
//###########################################################################

#include “DSP2833x_Device.h“     // DSP2833x Headerfile Include File
#include “DSP2833x_Examples.h“   // DSP2833x Examples Include File


// Connected to INT13 of CPU (use MINT13 mask):
// Note CPU-Timer1 is reserved for TI use however XINT13
// ISR can be used by the user.
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 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 ins

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

     文件        517  2014-09-01 19:27  DSP28335 AD7606源码\.ccsproject

     文件      22085  2014-09-01 19:34  DSP28335 AD7606源码\.cproject

     文件       4510  2015-07-25 14:22  DSP28335 AD7606源码\.launches\AD7606.launch

     文件        836  2014-09-01 19:27  DSP28335 AD7606源码\.project

     文件         62  2014-09-01 19:27  DSP28335 AD7606源码\.settings\org.eclipse.cdt.codan.core.prefs

     文件        123  2014-09-01 19:27  DSP28335 AD7606源码\.settings\org.eclipse.cdt.debug.core.prefs

     文件        406  2014-09-01 19:31  DSP28335 AD7606源码\.settings\org.eclipse.core.resources.prefs

     文件       8437  2013-05-23 16:02  DSP28335 AD7606源码\cmd\DSP2833x_Headers_nonBIOS.cmd

     文件       4053  2013-05-23 11:34  DSP28335 AD7606源码\cmd\F28335_RAM_lnk.cmd

     文件      63829  2015-07-25 14:22  DSP28335 AD7606源码\Debug\AD7606.map

     文件     208910  2015-07-25 14:22  DSP28335 AD7606源码\Debug\AD7606_linkInfo.xml

     文件        750  2019-08-25 19:40  DSP28335 AD7606源码\Debug\ccsObjs.opt

     文件        289  2019-08-25 19:40  DSP28335 AD7606源码\Debug\cmd\subdir_rules.mk

     文件        374  2019-08-25 19:40  DSP28335 AD7606源码\Debug\cmd\subdir_vars.mk

     文件       5985  2019-08-25 19:40  DSP28335 AD7606源码\Debug\makefile

     文件        250  2019-08-25 19:40  DSP28335 AD7606源码\Debug\objects.mk

     文件       4189  2015-07-25 14:22  DSP28335 AD7606源码\Debug\source\DSP2833x_DefaultIsr.pp

     文件       3329  2015-07-25 14:22  DSP28335 AD7606源码\Debug\source\DSP2833x_GlobalVariableDefs.pp

     文件       4021  2015-07-25 14:22  DSP28335 AD7606源码\Debug\source\DSP2833x_Gpio.pp

     文件       4329  2015-07-25 14:22  DSP28335 AD7606源码\Debug\source\DSP2833x_InitPeripherals.pp

     文件       4105  2015-07-25 14:22  DSP28335 AD7606源码\Debug\source\DSP2833x_PieCtrl.pp

     文件       4105  2015-07-25 14:22  DSP28335 AD7606源码\Debug\source\DSP2833x_PieVect.pp

     文件       4105  2015-07-25 14:22  DSP28335 AD7606源码\Debug\source\DSP2833x_SysCtrl.pp

     文件       4049  2015-07-25 14:22  DSP28335 AD7606源码\Debug\source\DSP2833x_Xintf.pp

     文件       7798  2019-08-25 19:40  DSP28335 AD7606源码\Debug\source\src\subdir_rules.mk

     文件       2246  2019-08-25 19:40  DSP28335 AD7606源码\Debug\source\src\subdir_vars.mk

     文件       7387  2019-08-25 19:40  DSP28335 AD7606源码\Debug\source\subdir_rules.mk

     文件       2682  2019-08-25 19:40  DSP28335 AD7606源码\Debug\source\subdir_vars.mk

     文件       4195  2015-07-25 14:22  DSP28335 AD7606源码\Debug\source\user_main.pp

     文件       2044  2019-08-25 19:40  DSP28335 AD7606源码\Debug\sources.mk

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

评论

共有 条评论