This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMDSLCDK6748: Using AIC

Part Number: TMDSLCDK6748
Other Parts Discussed in Thread: OMAP-L138

Hello,

I'm wrinting here because i need some help with the LCDK C6748 and I don't know where else to ask. 

Currently I'm trying to adapt some laboratory experiences we used in a course on my University with the DSK 6713 and thought it was a good idea to do something similar. For this purpose I started using the book "Digital Signal Processing and Applications with the OMAP-L138 eXperimenter" by Donald Reay, which posses some really simple libraries with an LCDK version. I thought it would work since they use the same DSP Processor, which it did with some of the examples of the book.

There are various problem with it though, first when an interruption takes longer than a cycle it stops entering to the interruption on the next iterations and second when debugging if I pause and resume it will never enter the interruption again, those are the main problems. Does anyone have any experience with this board and the code of the book? Or can anyone guide me through this?

Finally I want to explain why I want to use this code, it is mainly because it allows for some simplified code, and for the students to not have to deal with more complex work that deviates from the purpose of the course. This is achieved by using a function to initialize the AIC and functions for obtaining input samples and delivering output samples. To my understanding the Starterware doesn't offer anything like this and I honestly can't really understand how the Starterware code works, nor have the time to study it in deep. What we need is that the students can try the filters or processing of audio data they design without the complex code work.

Hopefully someone can help me and guide me a bit more.

Javier Romero