I am currently using a TMS320C6748 DSP for audio processing. I was looking through the McASP example file given with the DSP, however, I found that the code was a little difficult to read through due to the parameters and interrupts that I didn't really understand. I also started looking through the manual for the McASP on C6000 devices.
My goal for using the McASP is to get only a single sample instead of a buffer full of samples. I want to be able to process samples as they come in without needing to buffer. I was wondering if anyone could point me in the direction of some tutorials on how the McASP can be set up, initialized, and run to achieve single sample processing.
Thanks!