Hello!
I'd like to implement a kind of ping pong mode in the MSP430F5438A.
The reason for this is the fact that I need to do signal processing on a continuous data stream using ADC12+DMA.
I found no method to create a kind of ping pong / double buffering. There seems to be no "DMA Half finished interrupt", no chained DMA transfers, no special ping poing mode. The only possibility at all that I've found is to configure DMA in repeated single transfer mode but this would lead to very high timing constraints (very low interrupt latency of less than 1/samplingrate needed).
I would appreciate any hint.
Best regards,
Kai