Hi,
I am attempting to run a 4 wire sequence, but rather than using the DFT and waiting 12.8 ms I want to send the data to the cortex-M3 via the DATA FIFO.
Question:
1/ Is this possible?
2/ Are there any example sequences for this available?
3/ This seems like it would enable much faster 4 wire measurements, is this actually the case or am I missing something fundamental about the ADC?
Thanks for your help,
Sam
Hi Tomer,
AuxChanMeasurement example has the ADC example using AN_A input.
regards,Mark
Hi Sam,
You can access the AFE_ADC_RESULT which has the ADC raw data. In your code, you can follow the example for ADC measurement to see how to do this.
regards,
Mark
Hi Mark,I encountered the same problem while trying to access the raw data from the AFE_ADC_RESULT, but I could not find the ADC measurement example in the examples given.Where can I find this example file?Thanks,Tomer