Hello, i am new in the C6000 DSP's.
I have a MCASP interrupt problem with the OMAP-L138.
I need an interrupt driven audio loop.
First of all, i setup up the McASP device and test it successfully, via a loop in the main function.
In the next step i would like to change this to an interrupt driven audio loop. For that, i install in the DSP/BIOS a HWI (HWI_INT4). My settings:
Interrupt selection number = 54
function = _McASPInt
Use dispatcher = true
Interrupt mask = all
Additionally i set the RDATA bit in the RINTCTL register of the McASP.
In the main function i enabled the HWI via HWI_enable function and set a breakpoint to my ISR function McASPInt, but the interrupt never occures.
What could be the reason that i do not get the McASP receive interrupt?