Resolved! Board: STM32G474E EVAL /using Demo-STM32G474E EVAL EWARM project IAR/ issue with reading BMP file from SD card and displaying on LCD. While I try displaying the image on Lcd I get "Error Popup resource file missing please update sd card content".
I checked sd card contents and it got the required files with right permissions and formatting. I tried debugging and kStorage_OpenFileDrawPixel() used for checking the file and printing on LCD returns kstorage_ERROR_OPEN. This is demo project with...