STM32L073 LCD Controller
Just getting started with this uC and the ST toolset. I am trying to initialize the LCD controller but the init fails at:if (HAL_LCD_Init(&hlcd) != HAL_OK) { Error_Handler(); }More specifically it times out at: /*!< Wait Until the LCD Booster is re...