Tool/software:
Hello All,
Reading through the applications information on the DAC2902's datasheet, I've noticed the following equations:
I'm quite suspicious of equation 3, where any smaller value of "Code" will cause I_!OUT to reach impractical size.
This will almost certainly cause I_!OUT > I_OUTFS, invalidating equation 1 if we assume that I_OUT is positive (which it always will be, according to equation 2).
My guess is that equation 3 is actually supposed to be the following:
I_!OUT = I_OUTFS * ((4095 - Code)/4096)
I would like to verify that with someone from TI, though.
Thanks!