Resolved! how to convert image to hex file for STM32F746G-Disco board
I have loaded example from CubeMX for STM32F746G-Disco board, it is working fine.This is the top of the hex file the original from CubeMX exampleconst uint32_t RGB565_480x272[65280] ={0x7A537A53,0x82538253,But when I am trying my own image, I cannot ...