Hi,
I am using SPI to communicate between MSP430F5529(Mst) and MSP430F5438(Slv),
and using RX interrupt it is taking around 4us to 5us to receive one byte of data at 5MHz clock.
Is there any way to speed up this SPI comm in MSP430?
And would like to know how much time does it take for the UCRXIFG flag to set after the SPI transaction gets started.
Thankyou,