Hello experts,
I've purchased the TMS320C5535 eZdsp USB Kit, and managed to get the IDE and everything setup so I can already compile my own projects.
What I want to do next is to get a basic version of a real time audio processing app running.
It should record from the microphone, buffer the data. After I do some processing I want to send the data to some output buffer. If there is some delay on the order of tens of microseconds, that doesn't cause any problems for my application.
I've seen the examples, but they are all really basic, i.e. read one sample from I2S, do s.th. with it, and write it to the outpout on I2S. This won't work for my project because it is too inefficient. Is there a good starting point for a project that uses DMA to read from and write to the codec? If yes, would you please also point out the files in which the DMA setup and handling is done?
Looking forward to your replies,
Florian