Hi,
I'm working with TMS570 and RM48 HDK for a fast ADC acquisition.Can the status of one DI be acquired in sync with ADC? What I need is to know one DI status at the moment of ADC trigger.
Most ADC board for PC permits to write the status of some DI in the empty bits of every sample (a 12bit sample tipically has 4 free bits). That's very handy to know the DI status in sync with the ADC data. I've found no similar possibility in the TRM manual.
In this case:
- my ADC is triggered by the HET1_8 pin
- I'm using all the HET1 pins to cover my readout requirement.
- I'd need to know one DI status every ~256 samples of ADC
- ADC is running at 1M sample
- the ADC trigger DMA every sample to realize a fast contnuous data transfer
Thank you