• 大小: 3.55MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-10
  • 语言: 其他
  • 标签: 28335  

资源简介

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个文件信息

评论

共有 条评论