User Activity

I am using UART to display the live readings of my DHT11 sensor similar to this blog post https://controllerstech.com/using-dht11-sensor-with-stm32/ and my program seems to stop around the DHT11_Read() or DHT11_Check_Response() functions. It seems t...