Hi, guys!
I am kinda new at controllers and sorry if my question is stupid.
I've got new TMDX570LS20SUSB ( TMS570 Microcontroller USB Kit ). And I'm reserching DMA. For this purpose I tried to execute some exaples that were in the KIT. There are 2 exaples there: DMA_MPU and DMA_Parity (if you don't know what is it, just ask me and I'll paste code here). I realised that DMA_Parity work with an error on purpose, so I commented the code that causes an error, but neither DMA_MPU nor DMA_Parity examples do not work (no data transfer occurs). If you know, what should I edit in that code to success in DMA transfer, please let me know!
In fact it would be anough for me to have a simple example of DMA data transfer from one data array to another.
Thanks in advance!