This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F280025C-Q1: MSP430 code transfer to C2000 using dma and spi comunication

Part Number: TMS320F280025C-Q1
Other Parts Discussed in Thread: C2000WARE

I have an application demand, I need to control a LED driver, initially it is communicated with MSP430 UCB SPI, and the data is stored using DMA. In order to achieve faster communication speed, I need to change the MSP430 code to F280025C code, as you see, below is the MSP430code of DMA initial and DMA transfer, I don't know the corresponding code language of F280025C, can you help find the example code of C2000 so that I can make some change? Thank you!

  • Zhao,

    Have you already looked into SPI-DMA example code (spi_ex7_eeprom_dma) available in C2000Ware? These example shows how to configure SPI and DMA to suit your application.

    Path: <C2000Ware>\driverlib\f28002x\examples\spi

    Project name: spi_ex7_eeprom_dma & spi_ex5_loopback_dma

    Regards,

    Manoj