I use c6747. When I use edma, I meet a very strange problem. I want to move four columns. When the program runs, I find the first, second and third columns are moved successfully. But the fourth column isn't moved. To find the reason, I put a breakpoint on the enable transport function, and then I find all of the four columns can be moved. If I add a function of printf after the enable transport function, the four columns also can be moved without a breakpoint. I don't know why and how to reslove this problem. Can somebody help me?