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.

Will StarterWare work for EDMA and SPI usage in sysbios app on OMAPL138?

Other Parts Discussed in Thread: SYSBIOS

Trying to merge two DSP apps, one created with Starterware API that uses GPIO, SPI and  EDMA, the other uses

Sysbios and static shared memory setup to ARM to do some matrix manipulation. Each works independently.

When merged into the SysBios app the formerly working SPI / EDMA data transfer fails.

Being a newbie, I'm not sure how to track down the break...I notice that the Starterware code initializes and sets up the DSP interrupt controller for edma interrupts.

Does this have to be redone using the sysbios API, if the sysbios app does not otherwise include hwi management as part of static config?

If so where do I find event IDs if any concerning the DMA controller?