Hi all,
I have OMAPL137 (DSP core C6000) connected as a slave SPI. I can receive data from the Master, but it does not trigger the ISR (Breakpoint in ISR). I have enabled the ISR.
I see that the data is copied correcly to the SPIBUF. I also see that the flag is raised in SPIFLG. When i read the INTVEC1 in my routine, it gives me 12H which means interrupt should have been called. The only SPI interrupt enabled is RX buffer full interrupt in SPIINT0. I have also set the level to INT1 in SPILVL.
Outside from this scope, I understand i need to set INTMUX correctly. So i set INTMUX2 with event#43 at place of Interrupt#8. But interrupt#8 is not called eventually. I even see that the event flag in EVENTFLAG1 is set for event#43, but the ISR is not called.
Any help would be appreciated.
Thanks,