User Activity

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...
i tried to configure clock by writing code in its appropriate registers...following is the clock configuration function void SystemClockConfig(void){    #define PLLN  16 //using external clock sourceRCC->CR |= RCC_CR_HSEON;while(!(RCC->CR & RCC_CR_HS...
Kudos given to