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.

SPI1 using DMA

Part Number: TMS570LC4357

Tool/software: Code Composer Studio

Hi,

I am trying the following code for the SPI1 using the DMA.

8883.HL_sys_main.zip

and the observation are:

Now here i was expecting that after the interrupt for the CH1 which is configured to receive the data at rx_data2 to be continuous like(6,7,8,9,10). but here i am observing that last data is getting copied to the rx_data2 two times. Why is it so? What i need to do if i want the continuous data in the rx_data2 after rx_data1 has received.

Can anyone please help me out in this?

Regards,

Shivam Kakad