I am using STM32F767ZIT for sensing of temperature using DS18B20 and displaying it on a 5 inch LCD using STemwin. My problem is that when CPU caching is enabled the DS18B20 is unable to fetch any reading(it shows 4095.5 °C which false reading) while ...