Hi, I am trying to write a data logging program with LM4F232.
I want to maximize the logging speed by pulling data from ADC by using uDMA Ping Pong Mode.
I have two cache array "test" and "test1"
If i set it as "test[250]" and "test1[250]", my program will run perfectly.
Once I set it to "test[300]" and "test1[300]", all the data in the cache array are wrong..
How can I overcome this problem?
Is my code have any error?
Thanks.