Hello:
I adopted technican Sivaraj K's suggestion that I need to utilize memcpy function to load a frame of data from the wav file to the CE0 external ram.
But I have tried and this method seem did not work at all. Here are the snapshot of my code:
I want to load a wav file containing a sequence of data 0.1 into the CE0 of my C6713 DSK. I want to store from the 0x80000000
But when I checked the memory, it seemed that I failed to load in my data properly.
I defined a pointer variable used in memcpy.
In my ISR, I used memcpy to load data one by one from the McBSP to the temp and finally to where pointer was pointing to (it points to consecutive address of the CE0).
Could you please tell me whether there were some invisible problems or are there any alternative approach to import this stream of data into the external memory of my C6713 DSK? Is memcpy the only feasible approach?
Are there any method without utilizing McBSP and interrupt service, such as I past the data from my Matlab and copy into the external memory (I have never heard of this method)?
Thank you very much!
Yu