Hi allI want to read i2c data of bme280 sensor. I must read it sequential as follows:StartSlave address ackInternal register address AckRepeated startSlaveaddress ackData to readStopI do that an...
I should use the following relation to read dataStartSlave addrInternal reg addrRepeated startSlave addrReading n byteStopBeacau oof need to repeat start i have used sequential functions which are ok. Hal_i2c_mem_read doesnt support above hirerchy
Yes youre right and i had used recieve function. My code image and osciloscope data are attached as you seen in oscope data i am reading 0x60 as id of bme280 sensor which is correct but it is not updated in Rdata buffer