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?