Other Parts Discussed in Thread: MSP430FR2311, HDC1080
Hello,
I am trying to find an I2C example code from where I can understand how to customize it for my purpose. Trying to communicate with a sensor having I2C protocol. I'm using MSP430F5438A Exp board and IDE Code Composer studio. Following are the tasks have to do to communicate the sensor:
1. Need to configure the sensor (In several addresses of the sensor I have to write different values suppose in 0x0E register I write 0x08, in 0x0D I like to write 0x01 and so on)
2. Read raw data from the sensor (Sending the address from where I like to read multiple bytes).
I was trying to understand register level I2C codes from MSP430 ware. I was wondering does any of it doing something similar?
I appreciate any suggestion. Also if none of the register level code doesn't serve the purpose, please help me find similar sort of example code.
Thanks.
Rana

