Other Parts Discussed in Thread: INA3221, , INA226
Hello,
I'm using you INA3221 for managing the telemetry (both voltage and Current) in a custom board.I developed my set of drivers based on I2C (register r/w interactions) that grant me full control of your device. There's a particularly sensitive rail that needs a more accurate measurement; for this purpose I found another PN: INA233. Despite the fact that the device is declared as I2C Compatible it seems that there's no way to putting in place a simple I2C - based register R/W interaction with the device (thus exploiting the INA3221 drivers). Unfortunately the Microcontroller I'm working with does not support either SMBus or PMBUS, so I guess I have to write my own PMBus stack in order to put in place a working communication.
My question is: can you see any particular problem in writing this PMBUS stack over a standard I2C bus? that should not be complicated , unless I'm missing something. I'm taking as a reference this link:www.ti.com/.../litabsmultiplefilelist.tsp
If we were able to exploit the drivers written for INa3221 that would be fantastic!!!.
Maybe you got some different PN running with regular I2c that best fits our needs?
Best regards,
G.