91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 22.88MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2023-07-15
  • 語言: 其他
  • 標簽: DSP??28335??

資源簡介

TMS320F28335例程,內容豐富,滿足入門級學習需要,并且還有清晰的注釋,方便學習

資源截圖

代碼片段和文件信息

//?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.
//===========================================================================

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-01-17?10:09??POP28335_CODE\
?????目錄???????????0??2017-01-17?10:09??POP28335_CODE\DSP2833x_common\
?????目錄???????????0??2017-01-17?10:09??POP28335_CODE\DSP2833x_common\cmd\
?????文件????????7281??2008-07-28?09:29??POP28335_CODE\DSP2833x_common\cmd\28332_RAM_lnk.cmd
?????文件????????7484??2008-07-28?09:29??POP28335_CODE\DSP2833x_common\cmd\28334_RAM_lnk.cmd
?????文件????????6955??2013-10-31?06:37??POP28335_CODE\DSP2833x_common\cmd\28335_RAM_lnk.cmd
?????文件????????8985??2008-07-28?09:29??POP28335_CODE\DSP2833x_common\cmd\F28332.cmd
?????文件????????9561??2008-07-28?09:29??POP28335_CODE\DSP2833x_common\cmd\F28334.cmd
?????文件????????9033??2007-11-22?11:37??POP28335_CODE\DSP2833x_common\cmd\F28335.cmd
?????目錄???????????0??2017-01-17?10:09??POP28335_CODE\DSP2833x_common\gel\
?????文件??????115426??2008-05-30?14:12??POP28335_CODE\DSP2833x_common\gel\f28232.gel
?????文件??????120003??2008-05-30?14:12??POP28335_CODE\DSP2833x_common\gel\f28234.gel
?????文件??????120104??2008-05-30?14:11??POP28335_CODE\DSP2833x_common\gel\f28235.gel
?????文件??????116072??2008-05-30?14:10??POP28335_CODE\DSP2833x_common\gel\f28332.gel
?????文件??????120645??2008-05-30?14:10??POP28335_CODE\DSP2833x_common\gel\f28334.gel
?????文件??????122858??2007-09-26?13:21??POP28335_CODE\DSP2833x_common\gel\f28335.gel
?????目錄???????????0??2017-01-17?10:09??POP28335_CODE\DSP2833x_common\include\
?????文件????????6315??2007-09-26?10:23??POP28335_CODE\DSP2833x_common\include\DSP2833x_DefaultIsr.h
?????文件????????1993??2007-09-26?10:23??POP28335_CODE\DSP2833x_common\include\DSP2833x_Dma_defines.h
?????文件????????3988??2007-09-26?10:23??POP28335_CODE\DSP2833x_common\include\DSP2833x_EPwm_defines.h
?????文件????????5553??2018-03-31?17:19??POP28335_CODE\DSP2833x_common\include\DSP2833x_Examples.h
?????文件????????8421??2013-11-24?18:14??POP28335_CODE\DSP2833x_common\include\DSP2833x_GlobalPrototypes.h
?????文件????????4063??2007-12-03?15:45??POP28335_CODE\DSP2833x_common\include\DSP2833x_I2c_defines.h
?????文件?????????720??2007-09-26?10:23??POP28335_CODE\DSP2833x_common\include\DSP2833x_Project.h
?????文件??????145083??2007-09-26?10:23??POP28335_CODE\DSP2833x_common\include\DSP2833x_SWPrioritizedIsrLevels.h
?????文件?????????761??2008-07-28?09:29??POP28335_CODE\DSP2833x_common\include\DSP28x_Project.h
?????文件??????125877??2007-04-13?17:04??POP28335_CODE\DSP2833x_common\include\IQmathLib.h
?????文件????????1576??2013-01-12?13:27??POP28335_CODE\DSP2833x_common\include\LED.h
?????文件????????2056??2007-05-01?12:57??POP28335_CODE\DSP2833x_common\include\SFO.h
?????文件????????2993??2007-06-26?14:05??POP28335_CODE\DSP2833x_common\include\SFO_V5.h
?????目錄???????????0??2017-01-17?10:09??POP28335_CODE\DSP2833x_common\lib\
............此處省略1384個文件信息

評論

共有 條評論

  1. <acronym id="x7bph"><option id="x7bph"></option></acronym>