I have written the following bare-metal code to get readings from the DHT11 sensor on my stm32 G071RB board:I have attached my main.c file below. When I try to debug my code, the execution halts at - while ((DHT11_PORT->IDR & GPIO_PIN_12) != 0); in t...