Hello everyone !
I'm using a launchlx2-rm46 board as SPI master and a custom board as SPI slave.
I'm using the standard SPI mode for both and the polling mode for the master and the interrupt mode for the slave.
When I use spiSendAndGetData on the slave to receive and transmit a frame of three bytes I've two mibSpi interrupt gererated (Transmit Buffer Empty Interrupt) just after the call of the function without sending any data from the master, Is that normal ?
So I'm wondering what does trigger the mibSpi interrupts ?
Best Regards,
Fabian