Tool/software: TI-RTOS
Dear Experts,
how can I set the sampling duration for a single sequencer channel, but not all in the ADCBuf TI Driver?
I want to use the internal temperature sensor. According to SLAU723, p. 759 "the sample and hold width should be at least 16
ADC clocks (TSHn = 0x4)." The sequencer allow different settings for each sequencer channel entry, but the TI driver supports a global setting only (as far as I understand).
A longer sample time for all channels of both ADCs is not acceptable because we use 18 channels.
It would already help me if I could restrict the longer sample time to one ADC or sequencer only. Is it an option to change the adcBufParams.custom field before calling the ADCBuf_open function to affect only one ADC?