hello all,
I want to freeze the LCD last updateed screen on the LCD upon NVIC_SystemReseet.
I did the NVIC_SystemReset but the screen got scratched like white white lines on the display!
I am using bootloader, so it stays in bootloader for a while so my attempt is to have the bootloader printed screen on the display while doing NVIC_SystemRest but it fails as the screen got scattered with white white lines over the page !
thanks in advance!