I am having issues in reading the part of CCS811 from STM32L072xx. It is coming 0x80 instead of 0x81, how do I resolve it?
We are currently working on the interfacing of sensor CCS811 with STM32L072, and we are having trouble reading the Part ID of it. On reading register 0x20 the part id we are getting on serial monitor is 0x80 (While it should be 0x81). While checking ...