2021-01-01 01:18 PM
Hi,
Device: STM32F103C8T6
Driver: LL (low layer)
It's been days I have struggle reading BME280 which is connected with i2c to my mcu. After configuration, I'm trying to read registers with standard reading procedure as following:
It works fine for the first try of reading. SCL and SCK as following:
But when I do the same procedure after 5sec (for the second time), right after repeated start condition, both SDA and SCK go to low. As following:
I think, in the second time, repeated start condition is not performed well.