LCD registers doesn't updated properly after wake up from active-halt mode in STM8L152R6 and STM8L052C6
I am using STM8L152R6T6 and STM8L052C6 for my project. The code wakes up from active-halt mode by RTC wake up interrupt. There is some LCD display memory (LCD_RAM) updates in RTC wake up interrupt routine. The CPU executes this update function and so...