Part Number: TMDX5535EZDSP
Hi,
I am using the below bios config file for the running the Voice pre-processing demo. I have put a break-point at UserAlgorithm() function present in audioLoopTask(). The program doesn't reach the function UserAlgorithm() at all.
Why is this? What are changes i need to do to make it work?
Also the code runs only once without entering the loop and prints
"Done with DRC
Pumping PC lineout to the HP Output Started!!" in the end.
After that, it enters SEM_pend(&SEM_i2s_dmaTransferDone, SYS_FOREVER);
and never goes to UserAlgorithm().
PFA bios config file used: https://drive.google.com/file/d/0B6W5HLrHRQ7oTDcyYzBfWnBRakk/view?usp=drivesdk
EDIT: It seems there's a problem with DMA interrupt. Interrupt does not occur,no call goes to DmaIsr() function.
Hence it's stuck at SEM_pend function.
IRQ_plug(DMA_EVENT, &DmaIsr); which is used to configure interrupt returns 1.