Basically what I'd like to do is to create an interrupt using the RTI timer. Details follow.
I'd like to, if I can, count how many McASP receive operations have happened and interrupt the CPU when the count gets to a certain number.
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.
Basically what I'd like to do is to create an interrupt using the RTI timer. Details follow.
I'd like to, if I can, count how many McASP receive operations have happened and interrupt the CPU when the count gets to a certain number.
Hollis,
Not sure that I have an RTI example available -- hopefully someone else on the forum has one.
For the McASP portion of your question, I think you may have to interrupt the CPU on every event and keep a running counter of McASP operations.
-Tommy
I take advantage of this thread to ask another related question.
There is some code available for the rti module and the TMS320672x in the sprc223 (which I attach)7633.rti.rar, but when I study it I dont understand how I can deal with rti interruptions without using the intc libraries and instead employing the dspbios for managing the interruptions, because both solutions at the same time seem not to be a good option.