Part Number: TMS320F28377D
Hi all, I'm trying to interface a F28377D to an external 16b ADC (LTC2378-16), goal is to have the result available in RAM within 1us of triggering a conversion. Overall I'm looking at a scheme very similar to that described in this post, though I intend to use the normal SPI instead of McBSP (since SPI can operate up to 50MHz in high speed mode). I intend to generate the CNV pulses using ePWM.
In the linked example, the author uses two DMA channels, first to start the SPI transaction (triggered via XINT by the ADC's busy signal) and another to move the received data to RAM. My question is if there is an alternative that doesn't require using a valuable DMA channel to trigger a dummy transition. Is it perhaps possible to trigger the SPI via XINT, or by a PWM event? Software triggering using an interrupt is not an option here.