I found the place to modify the slave address but I couldn't find the place to modify the register address. I am a beginner so can you please help this out? Now I am working on i2c master programming.
How to assign my register address to the LPI2C master program? Is there any specific place for that or else I have to assign the register address directly to the buffer?( uint8_t masterRxBuffer[BUFF_SIZE];)
Hi, @VaneB I am using the TMP1075DGKT sensor for i2c communication. I want to read the device id register value from the sensor. How to assign the 16-bit register address. For this sensor the device ID register address is 0x0F.