Tool/software: WEBENCH Design Tools
Hi Ti Experts
How many ADC channels can sample the external signal at same time?
In our system, we need three channels. What about the delay time if TMS570 can't be satisfied?
Thanks!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: WEBENCH Design Tools
Hi Ti Experts
How many ADC channels can sample the external signal at same time?
In our system, we need three channels. What about the delay time if TMS570 can't be satisfied?
Thanks!
Hello Wu,
The TMS570LS1224 has 24 pins dedicated to ADC inputs. 16 of these pins have redundant inputs to each of the 2 ADC cores allowing each of these cores to sample the same signal and preform the conversion very close to one another. There will be some SW latency since you will need to instantiate the conversion for each core in SW or run them in continuous mode. If running in continuous mode, there is no guarantee that the samples will be at the same exact time.
However, if you mean you want 3 channels with 3 separate sources/signals to convert at the same time, it would be done by using the group conversion capability of the ADC module. This, however, will not sample all three at the same time. Each will be sampled and converted in sequence according to how the ADC is setup. This is because each core can only convert one signal at a time.
In regard to timing, it is dependent on several factors such as ADCCLK, sample time, external influences such as input impedance, etc. Below is a table from the Datasheet showing the specific minimum times for the ADC which are also dependent on whether it is in 10 or 12-bit mode of operation.
Hi Chuck,
Thanks for your reply!
Could you explain more for the item 'it would be done by using the group conversion capability of the ADC module' ?
In my undertand, TMS570LS1224 have two ADC core, so only two external signal can be sampled at the same time.
We will use 12bit mode, the minimum delay time between two ADC channel is 0.6us except the external circuit effect.
I don't know it is right or not?
Thanks!