根据Gain Calibration中的描述,满量程校准码采用二进制补码;Gain=1对应8000h;gain=2对应7FFFh;gain=0对应0000h。但是对于二进制补码而言,8000h为十进制的-32768,7FFFh为十进制的32767;分别对应最大码和最小码,为什么Gain=1对应的默认值不是16位二进制补码的中间数而是最小数?
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.
我在下面链接看到了一个类似问题:
看TI 工程师回复承认应将7FFF改为FFFF,但这好像不再是二进制补码形式。您使用修改后的寄存器值进行校准,验证可以校准正确吗?