Hi everyone!
I am currently using the TMS320C6748 board for processing input audio data.
I am using CCSv4 with DSP/BIOS.
The Audio is sampled through the Codec (AIC3106) and paralled with McASP, which interrupts the CPU for every sample.
There is a separate task for processing the data.
In addition to this I have a routine for checking on the status of the DIP switch. This routine runs periodically.
It seems that the periodic routine is interfering with the processing task. (TSK stops working when the periodic routine runs for the first time)
It actualy seems that the HWI of the McASP stops as well!
Everything works fine if I delete the periodic function...
Does anyone have an eplanation to this? Does the PRD disturb the TSK ?
Thanks in advance!
Ariel