User Activity

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...