Other Parts Discussed in Thread: MSP430G2553, MSP430WARE
Hi,
I'm trying to write a program to read temperature values from a MLX90615 sensor. However, when trying to use TI's SMBus library I'm not getting expected results.
My question relates to the compatabilty of SMBus libray when using repeated start condition.
MLX90615's datasheet states expected protocol:
However, from TI's website:
As you can see the packet format is different, mainly missing stop bytes and ack bytes. Can anyone say if documentation on "int8_t SMBus_masterReadByteWord" is wrong? Or does this mean I need to write my own implementation?