I have question about DAC7760 chip.
In user calibration,
1. In DAC7760, User calibrationc CODE_OUT is represented follows?
CODE_OUT = CODE*(User_GAIN + 2^11)/2^12 + User_ZERO
2. User_ZERO is represented signed value -> Then, the sign-bit is 12-bit in DAC7760?
3. In DAC7760, CODE_OUT Range is 0x000 ~ 0xFFF. If the User_ZERO Code is set as 0x3FF and Gain is set as 0x800 and CODE is set as 0xFFF. CODE_OUT is 0x13FE(It is over 0xFFF).
Then, the result CODE_OUT is 0xFFF(the limit)?
=> It means if the CODE_OUT is over the Maxium value of CODE(0xFFF in DAC7760) by User_Gain and User_Zero code. CODE_OUT is changed by the Maxium value(0xFFF) in automatically?