Hi!
According to this:
In bipolar mode and using internal reference (4.5V), if I XOR the data with 0x800000 (thus adding 4.5V) I am gonna have a scale ranging from 0x000000 (full negative) to 0xFFFFFF (full positive).
Since the image above says that I have a +Vref and a -Vref, does it mean that my LSB has a weight of actually 9/(2^23 - 1)??
So after XORing, to convert the output code to voltage I would have to multiply it by 9/(2^23 - 1).
And then I subtract the 4.5V I added (so I have negative values again).
Is this correct?
Thanks