Tool/software: Code Composer Studio
Hi,
I am trying the following code for the SPI1 using the DMA.
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