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.

[OMAP-L137] DSPLINK and EDMA

Other Parts Discussed in Thread: OMAP-L137

I have a question regarding the use of edma in conjunction with DSPLINK on an OMAP-L137 evm board.

Does dsplink already include edma driver support? I am asking because I am attempting to integrate the edma driver (per: edma3_lld_01_07_00_01) into an application that runs successfuly until I make a call to edma3init() in my startup code. By including that call in my initial start up task, the application dies at various random times, usually with a failure indicated in response to a dsplink related operation. I am wondering if by calling edma3init in my startup task, I am screwing up internal state of dsplink which may already be using the edma hardware. ALso is calling edma3init at task level ok, or does it need to be in main before starting the DSP/Bios scheduler?

 

thanks

Richard Bagdazian