Tool/software: Linux
Can anyone tell me how to use edmatest.c example in AM335X_StarterWare_02_00_01_01 to transfer data and test. please explain me from compiling the code and elaborate all the steps. I want output something like this:
StarterWare AM335x Boot Loader
Copying application image from MMC/SD card to RAM
Jumping to StarterWare Application...
edmaTest: Initiating EDMAAppEDMA3Test Acnt=16000; Bcnt=1; Ccnt=1!!!
Result 0; Ticks clocked by the timer=5123
EDMA function used up 213 microseconds
Result 1; Ticks clocked by the timer=5139
EDMA function used up 214 microseconds
Result 2; Ticks clocked by the timer=5147
EDMA function used up 214 microseconds
EDMA3Test: Data write-read matching PASSED.
EDMA3Test PASSED.