In my project,I have to transfer 640KByte data each time.But the rapidIO can transfer 4KByte only.
And if I use the statement: for(i=0; i<0xa0; i++).It seems that some of the data will be error.Can anybody tell me the reason of it?
And is there any other method which is better than what I use?