资源简介
DSP28335TI例程,DSP28335TI例程,DSP28335TI例程,DSP28335TI例程,
代码片段和文件信息
// TI File $Revision: /main/3 $
// Checkin $Date: May 27 2009 13:39:41 $
//###########################################################################
//
// FILE: Example_2823xAdcToDMA.c
//
// title: DSP2823x ADC To DMA
//
// ASSUMPTIONS:
//
// This program requires the DSP2823x header files.
//
// Make sure the CPU clock speed is properly defined in
// DSP2833x_examples.h before compiling this example.
//
// Connect the signals to be converted to channel A0 A1 A2 and A3.
//
// As supplied this project is configured for “boot to SARAM“
// operation. The 2823x Boot Mode table is shown below.
// For information on configuring the boot mode of an eZdsp
// please refer to the documentation included with the eZdsp
//
// $Boot_Table:
//
// GPIO87 GPIO86 GPIO85 GPIO84
// XA15 XA14 XA13 XA12
// PU PU PU PU
// ==========================================
// 1 1 1 1 Jump to Flash
// 1 1 1 0 SCI-A boot
// 1 1 0 1 SPI-A boot
// 1 1 0 0 I2C-A boot
// 1 0 1 1 eCAN-A boot
// 1 0 1 0 McBSP-A boot
// 1 0 0 1 Jump to XINTF x16
// 1 0 0 0 Jump to XINTF x32
// 0 1 1 1 Jump to OTP
// 0 1 1 0 Parallel GPIO I/O boot
// 0 1 0 1 Parallel XINTF boot
// 0 1 0 0 Jump to SARAM <- “boot to SARAM“
// 0 0 1 1 Branch to check boot mode
// 0 0 1 0 Boot to flash bypass ADC cal
// 0 0 0 1 Boot to SARAM bypass ADC cal
// 0 0 0 0 Boot to SCI-A bypass ADC cal
// Boot_Table_End$
//
//
// DEscriptION:
//
// ADC is setup to convert 4 channels for each SOC received with total of 10 SOCs.
// Each SOC initiates 4 conversions.
// DMA is set up to capture the data on each SEQ1_INT. DMA will re-sort
// the data by channel sequentially i.e. all channel0 data will be together
// all channel1 data will be together.
//
// Code should stop in local_DINTCH1_ISR when complete
//
// Watch Variables:
// DMABuf1
//
//###########################################################################
//
// Original source by: M.P.
//
// $TI Release: DSP2833x/DSP2823x C/C++ Header Files V1.31 $
// $Release Date: August 4 2009 $
//###########################################################################
#include “DSP28x_Project.h“ // Device Headerfile and Examples Include File
// A
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1174146 2013-11-15 14:16 3、TI_控制例程\tidcs\c28\DSP2833x\v131\doc\DSP2833x_HeaderFiles_QuickStart_Readme.pdf
文件 41534 2013-11-15 14:16 3、TI_控制例程\tidcs\c28\DSP2833x\v131\doc\Example_2833xISRPriorities.pdf
文件 3305 2013-11-15 14:16 3、TI_控制例程\tidcs\c28\DSP2833x\v131\doc\sfo_readme.txt
文件 7894 2013-11-15 14:16 3、TI_控制例程\tidcs\c28\DSP2833x\v131\DSP2823x_examples\adc_dma\Example_2823xAdcToDMA.c
文件 1033 2013-11-15 14:16 3、TI_控制例程\tidcs\c28\DSP2833x\v131\DSP2823x_examples\adc_dma\Example_2823xAdcToDMA.gel
文件 1946 2013-11-15 14:16 3、TI_控制例程\tidcs\c28\DSP2833x\v131\DSP2823x_examples\adc_dma\Example_2823xAdcToDMA.pjt
文件 6112 2013-11-15 14:16 3、TI_控制例程\tidcs\c28\DSP2833x\v131\DSP2823x_examples\adc_seqmode_test\Example_2823xAdcSeqModeTest.c
文件 1054 2013-11-15 14:16 3、TI_控制例程\tidcs\c28\DSP2833x\v131\DSP2823x_examples\adc_seqmode_test\Example_2823xAdcSeqModeTest.gel
文件 1955 2013-11-15 14:16 3、TI_控制例程\tidcs\c28\DSP2833x\v131\DSP2823x_examples\adc_seqmode_test\Example_2823xAdcSeqModeTest.pjt
文件 10517 2013-11-15 14:16 3、TI_控制例程\tidcs\c28\DSP2833x\v131\DSP2823x_examples\adc_seq_ovd_test\Example_2823xAdcSeq_ovdTest.c
文件 1063 2013-11-15 14:16 3、TI_控制例程\tidcs\c28\DSP2833x\v131\DSP2823x_examples\adc_seq_ovd_test\Example_2823xAdcSeq_ovdTest.gel
文件 1955 2013-11-15 14:16 3、TI_控制例程\tidcs\c28\DSP2833x\v131\DSP2823x_examples\adc_seq_ovd_test\Example_2823xAdcSeq_ovdTest.pjt
文件 7340 2013-11-15 14:16 3、TI_控制例程\tidcs\c28\DSP2833x\v131\DSP2823x_examples\adc_soc\Example_2823xAdcSoc.c
文件 1165 2013-11-15 14:16 3、TI_控制例程\tidcs\c28\DSP2833x\v131\DSP2823x_examples\adc_soc\Example_2823xAdcSoc.gel
文件 1884 2013-11-15 14:16 3、TI_控制例程\tidcs\c28\DSP2833x\v131\DSP2823x_examples\adc_soc\Example_2823xAdcSoc.pjt
文件 7027 2013-11-15 14:16 3、TI_控制例程\tidcs\c28\DSP2833x\v131\DSP2823x_examples\cpu_timer\Example_2823xCpuTimer.c
文件 1433 2013-11-15 14:16 3、TI_控制例程\tidcs\c28\DSP2833x\v131\DSP2823x_examples\cpu_timer\Example_2823xCpuTimer.gel
文件 1909 2013-11-15 14:16 3、TI_控制例程\tidcs\c28\DSP2833x\v131\DSP2823x_examples\cpu_timer\Example_2823xCpuTimer.pjt
文件 6459 2013-11-15 14:16 3、TI_控制例程\tidcs\c28\DSP2833x\v131\DSP2823x_examples\dma_ram_to_ram\Example_2823xDMA_ram_to_ram.c
文件 1058 2013-11-15 14:16 3、TI_控制例程\tidcs\c28\DSP2833x\v131\DSP2823x_examples\dma_ram_to_ram\Example_2823xDMA_ram_to_ram.gel
文件 1998 2013-11-15 14:16 3、TI_控制例程\tidcs\c28\DSP2833x\v131\DSP2823x_examples\dma_ram_to_ram\Example_2823xDMA_ram_to_ram.pjt
文件 8241 2013-11-15 14:16 3、TI_控制例程\tidcs\c28\DSP2833x\v131\DSP2823x_examples\dma_xintf_to_ram\Example_2823xDMA_xintf_to_ram.c
文件 1066 2013-11-15 14:16 3、TI_控制例程\tidcs\c28\DSP2833x\v131\DSP2823x_examples\dma_xintf_to_ram\Example_2823xDMA_xintf_to_ram.gel
文件 2069 2013-11-15 14:16 3、TI_控制例程\tidcs\c28\DSP2833x\v131\DSP2823x_examples\dma_xintf_to_ram\Example_2823xDMA_xintf_to_ram.pjt
文件 6768 2013-11-15 14:16 3、TI_控制例程\tidcs\c28\DSP2833x\v131\DSP2823x_examples\ecan_a_to_b_xmit\Example_2823xEcanA_to_B_Xmit.c
文件 1096 2013-11-15 14:16 3、TI_控制例程\tidcs\c28\DSP2833x\v131\DSP2823x_examples\ecan_a_to_b_xmit\Example_2823xEcanA_to_B_Xmit.gel
文件 1958 2013-11-15 14:16 3、TI_控制例程\tidcs\c28\DSP2833x\v131\DSP2823x_examples\ecan_a_to_b_xmit\Example_2823xEcanA_to_B_Xmit.pjt
文件 11523 2013-11-15 14:16 3、TI_控制例程\tidcs\c28\DSP2833x\v131\DSP2823x_examples\ecan_back2back\Example_2823xECanBack2Back.c
文件 1138 2013-11-15 14:16 3、TI_控制例程\tidcs\c28\DSP2833x\v131\DSP2823x_examples\ecan_back2back\Example_2823xECanBack2Back.gel
文件 1944 2013-11-15 14:16 3、TI_控制例程\tidcs\c28\DSP2833x\v131\DSP2823x_examples\ecan_back2back\Example_2823xECanBack2Back.pjt
............此处省略1155个文件信息
- 上一篇:基于柯西变异的混合粒子群算法研究
- 下一篇:4QAM 方式OFDM labview
相关资源
- ucos ii 在DSP28335上的移植
- TMS320F28335开发板原理图
- dsp28335数据手册 中文版
- F28335学习程序,带详细中文注释
- F28335的SPWM产生.rar
- ucos2.52在DSP28335上的移植程序,RAM版
- 基于DSP28335的SVPWM,CCS6.0
- dsp28335官方例程
- DSP28335 SYS/BIOS
- DSP28335控制单相逆变器双闭环控制程序
- 玻尔电子护卫舰版之SXD28335_QFP软件例
- TI dsp28335浮点运算库
- 6 TMS320F28335芯片资料主芯片.rar
- TMS320F28335 例程 CCS 可直接运行
- TI TMS320F28335 DSP官方文档
- TMS320F28335开发板CCS6.0版实验例程
- DSP28335+AD7656+CPLD完整PCB图4层板
- DSP28335最小系统原理图以及PCB文件
- DSP28335+AD7606 SVPWM 电路原理和PCB
- F28335实验例程
- 嵌入式DSP的原理与应用 基于TMS320F28
- 南京研旭28335 CCS3.3 权威例程
- TMS320F28335学习例程
- DSP28335开发攻略.pdf
- DSP28335-步进电机
- 研旭DSP开发板使用说明
- 《TMS320F28335 DSP 原理、開發及應用》隨
- zw_手把手教你学DSP:基于TMS320F28335=
- 研旭DSPF28335开发学习全套例程
- 手把手教你学DSP:基于TMS320F28335 pdf电
评论
共有 条评论