I am writing a code that transfers application audio PCM data to PCM device through McBSP2 using SDMA for data transfer, I have the following queries,
1. I want to check correctness of the functionality for each device seperately, how can I do the same ? is there any source code available for the same ?
i.e.
a. I want to configure McBSP and test
b. Configure SDMA and test
c. Configure PCM device and test
d. Merge McBSP & SDMA and test it
e. Finally integrate McBSP, SDMA & PCM device & test it.
2. I want to do this on the ARM side.
3. Is it necessary to configure all of them and then only I can start transfering the data ?