Tool/software: TI-RTOS
Hi,
I want to use the ADCBuf driver, but I have some questions about it.
1) How much time passes between the ADCBuf_convert() call and the first sample being collected?
2) Why is the sampling frequency specified (as an integer) when all other timers in ti-rtos (that I am aware of) are specified by periods (in clock ticks). My concern is that the measurement could go out of sync with the rest of the system which is controlled by timers specified using period rather than frequency. As my application is very time sensitive I need to be sure that this doesn't happen. Does that mean that I can only use period values for the timers that result in integer frequency values? Is the frequency value given to the ADCBuf turned into a period to a period so that rounding the frequency would be good enough?
Kind regards,
Lukas