I'am using the McBsp0 to get ADC values from a ADS8558 ADC converter.
Also EDMA is used to fill my ping/pong buffer and gives a HWI if there are new values ready in memory. (buffers are than full)
This works ok, only 1 sorting issue explaint in (http://e2e.ti.com/support/embedded/f/355/t/70809.aspx not aswered yet)
Now i have a function that needs the actual last 3 values from the ADC that can't wait till the buffers are full becaurse the values are to old then.
So i need a way to force the McBsp to give me the current last 3 values.
Is there a way to achieve this?