Part Number: TMS320F28069
Hi all,
I’ve read the ADC input block for F280xx and all is clear, particularly regarding SOC window and the related TI documentation that I’ve read too.
But I want to know what are best practices? I know this is very much dependant on the circuitry for voltage sampling that feeds the ADC.
In my case I have two sensors I’m looking at: Voltage after DCDC and Current after DCDC (Vout and Iout).
The DCDC works with a 100kHz, so I thought to use the same PWM to trigger the ADC.
If I change my SOC size, I noticed following output in from the ADC block (in uint16):
|
SOC window |
Vout ADC |
Iout ADC |
|
7 |
~1681 |
~235 |
|
64 |
~1682 |
~284 |
The load current is kept the same. I see that Iout changes quite much between SOC size 7 or 64.
So what is the guidance:
- For Vout: is the same with SOC 7 or 64. What should I choose ? Is 64 slightly more precise/filtered? Is 7 much faster on the computational side? Should I always go for the small one if I want performance? Can you gauge the impact?
- For Iout: is probably the circuitry that is too slow to load up the corresponding voltage for the ADC. I’ve tried to switch to 20 kHz, but had similar results (SOC7: 305, SOC64:340). Should I again slow down the trigger until I reach a “steady state”eg I always get the same number independent from window size?