Tool/software:
Hi, TI support
I have a few questions about the Mcal SPI driver provide by TI. hope you can help with these items.
1. TG completed interrupt and suspended interrupt are both enabled, but only completed interrupt are mapped to INT1 while suspended interrupt is mapped to INT 0, why?
2. In Spi_IrqTxRx() the interrupt service, it seems have not clear the completed and suspended interrupt. So the interrupt service cannot run again. Please check
3. When trigger a SPI communication by call Spi_SetupEB() and Spi_SyncTransmit(). a suspended interrupt is present instead of completed interrupt. Is that right? the completed interrupt is more in line with human intuition.