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