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.

ISO224EVM: Output through the TLV6001 path

Part Number: ISO224EVM
Other Parts Discussed in Thread: ISO224, TLV6001

Based off of the suggestion from a previous E2E post that I made, I'm implementing a differential to single-ended output conversion using TLV6001 like the one in the ISO224 EVM.

However, I'm a little bit confused. Based on my hand calcs, it seems that the output of TLV6001 is Voutp - Voutn + Vdd, so there's an entire Vdd level shift up because of the offset introduced at the non-inverting input. So, if my goal is to have simply Voutp-Voutn at the output of TLV6001 so that I can feed the output into a microcontroller, shouldn't I just divide Voutp in half at the non-inverting input? Because then this gives me

Vo = Voutp/2 - 105k*((Voutn - Voutp/2) / 105k)

This gives me Voutp - Voutn at the output, which is what I'm looking for.

Regards,

Michael