• 大小: 10.34MB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2021-04-04
  • 语言: 其他
  • 标签: DSP  F28335  

资源简介

包含所有的基础DSP的28335基础例程,CCS的版本是5.5版本的,如果用法上由问题,可以在博客留言。

资源截图

代码片段和文件信息

// TI File $Revision: /main/4 $
// Checkin $Date: July 30 2007   14:15:53 $
//###########################################################################
//
// FILE: DSP2833x_Adc.c
//
// title: DSP2833x ADC Initialization & Support Functions.
//
//###########################################################################
// $TI Release: DSP2833x Header Files V1.01 $
// $Release Date: September 26 2007 $
//###########################################################################

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

#define ADC_usDELAY  5000L

//---------------------------------------------------------------------------
// InitAdc:
//---------------------------------------------------------------------------
// This function initializes ADC to a known state.
//
void InitAdc(void)
{
    extern void DSP28x_usDelay(Uint32 Count);


    // *IMPORTANT*
// The ADC_cal function which  copies the ADC calibration values from TI reserved
// OTP into the ADCREFSEL and ADCOFFTRIM registers occurs automatically in the
// Boot ROM. If the boot ROM code is bypassed during the debug process the
// following function MUST be called for the ADC to function according
// to specification. The clocks to the ADC MUST be enabled before calling this
// function.
// See the device data manual and/or the ADC Reference
// Manual for more information.

    EALLOW;
SysCtrlRegs.PCLKCR0.bit.ADCENCLK = 1;
ADC_cal();
EDIS;




    // To powerup the ADC the ADCENCLK bit should be set first to enable
    // clocks followed by powering up the bandgap reference circuitry and ADC core.
    // Before the first conversion is performed a 5ms delay must be observed
// after power up to give all analog circuits time to power up and settle

    // Please note that for the delay function below to operate correctly the
// CPU_CLOCK_SPEED define statement in the DSP2833x_Examples.h file must
// contain the correct CPU clock period in nanoseconds.

    AdcRegs.ADCTRL3.all = 0x00E0;  // Power up bandgap/reference/ADC circuits/顺序采样
    DELAY_US(ADC_usDELAY);         // Delay before converting ADC channels
}

//===========================================================================
// End of file.
//===========================================================================

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

     文件       7281  2008-07-28 09:29  ZQ28335_CODE_CCS5.5\DSP2833x_common\cmd\28332_RAM_lnk.cmd

     文件       7484  2008-07-28 09:29  ZQ28335_CODE_CCS5.5\DSP2833x_common\cmd\28334_RAM_lnk.cmd

     文件       6955  2013-10-31 06:37  ZQ28335_CODE_CCS5.5\DSP2833x_common\cmd\28335_RAM_lnk.cmd

     文件       8985  2008-07-28 09:29  ZQ28335_CODE_CCS5.5\DSP2833x_common\cmd\F28332.cmd

     文件       9561  2008-07-28 09:29  ZQ28335_CODE_CCS5.5\DSP2833x_common\cmd\F28334.cmd

     文件       9033  2007-11-22 11:37  ZQ28335_CODE_CCS5.5\DSP2833x_common\cmd\F28335.cmd

     文件     115426  2008-05-30 14:12  ZQ28335_CODE_CCS5.5\DSP2833x_common\gel\f28232.gel

     文件     120003  2008-05-30 14:12  ZQ28335_CODE_CCS5.5\DSP2833x_common\gel\f28234.gel

     文件     120104  2008-05-30 14:11  ZQ28335_CODE_CCS5.5\DSP2833x_common\gel\f28235.gel

     文件     116072  2008-05-30 14:10  ZQ28335_CODE_CCS5.5\DSP2833x_common\gel\f28332.gel

     文件     120645  2008-05-30 14:10  ZQ28335_CODE_CCS5.5\DSP2833x_common\gel\f28334.gel

     文件     122858  2007-09-26 13:21  ZQ28335_CODE_CCS5.5\DSP2833x_common\gel\f28335.gel

     文件       6315  2007-09-26 10:23  ZQ28335_CODE_CCS5.5\DSP2833x_common\include\DSP2833x_DefaultIsr.h

     文件       1993  2007-09-26 10:23  ZQ28335_CODE_CCS5.5\DSP2833x_common\include\DSP2833x_Dma_defines.h

     文件       3988  2007-09-26 10:23  ZQ28335_CODE_CCS5.5\DSP2833x_common\include\DSP2833x_EPwm_defines.h

     文件       5517  2013-06-22 07:30  ZQ28335_CODE_CCS5.5\DSP2833x_common\include\DSP2833x_Examples.h

     文件       8421  2013-11-24 18:14  ZQ28335_CODE_CCS5.5\DSP2833x_common\include\DSP2833x_GlobalPrototypes.h

     文件       4063  2007-12-03 15:45  ZQ28335_CODE_CCS5.5\DSP2833x_common\include\DSP2833x_I2c_defines.h

     文件        720  2007-09-26 10:23  ZQ28335_CODE_CCS5.5\DSP2833x_common\include\DSP2833x_Project.h

     文件     145083  2007-09-26 10:23  ZQ28335_CODE_CCS5.5\DSP2833x_common\include\DSP2833x_SWPrioritizedIsrLevels.h

     文件        761  2008-07-28 09:29  ZQ28335_CODE_CCS5.5\DSP2833x_common\include\DSP28x_Project.h

     文件     125877  2007-04-13 17:04  ZQ28335_CODE_CCS5.5\DSP2833x_common\include\IQmathLib.h

     文件       1576  2013-01-12 13:27  ZQ28335_CODE_CCS5.5\DSP2833x_common\include\LED.h

     文件       2056  2007-05-01 12:57  ZQ28335_CODE_CCS5.5\DSP2833x_common\include\SFO.h

     文件       2993  2007-06-26 14:05  ZQ28335_CODE_CCS5.5\DSP2833x_common\include\SFO_V5.h

     文件     526414  2007-04-13 17:19  ZQ28335_CODE_CCS5.5\DSP2833x_common\lib\IQmath.lib

     文件     861356  2008-07-09 17:04  ZQ28335_CODE_CCS5.5\DSP2833x_common\lib\IQmath_fpu32.lib

     文件    7906612  2010-04-29 10:54  ZQ28335_CODE_CCS5.5\DSP2833x_common\lib\rts2800_fpu32.lib

     文件    1212616  2006-06-28 08:32  ZQ28335_CODE_CCS5.5\DSP2833x_common\lib\rts2800_ml.lib

     文件       5822  2005-09-08 10:58  ZQ28335_CODE_CCS5.5\DSP2833x_common\lib\SFO_TI_Build.lib

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

评论

共有 条评论