Hi
I need to accurately timestamp the time of receipt of an SPI message on the slave.
My thought is to use DMA to transfer the system clock to some RAM location for future interrogation. This DMA transfer would occur on either SPI slave chip select or end of receive (transfer group complete).
Is this possible? I have not been able to discover how to do this from either TRM or datasheet.
If not possible directly, I think I could also feed the SPI slave chip select into one of the interrupt capable GIO pins; however, these don't seem to have DMA capability.
Can anybody please advise of a technique I might use.
As an aside, datasheet 'SPNS141B-JUNE 2010' refers to SPI pins as MIBSPI1[0], MIBSPI1[1] etc in Table 4-3 (DMA Request Line Connection). What does this convention actually mean, how does it relate to the SPI pins themselves (CS, CLK, MISO, MOSI etc)?
Regards, Tony.