Question
STM32L152 LCD programm hangs in the function LCD_Init()
hi,
i am working on the STM32L and i have a problem with the lcd, no matter wich programm i am testing it's not working the programm hangs in the function LCD_Init() at :
/*!< Wait Until the LCD Booster is ready */
while(LCD_GetFlagStatus(LCD_FLAG_RDY) == RESET)
i tried to reboot the stm32l but still not working
is there something i can do to fix it ? or is it out of use ?
