the STemWin used external SDRAM can't pass the GUI_Init
Posted on October 17, 2013 at 12:53hello: i used the STM32F439 control#define GUI_NUMBYTES (1024 * 1024*2)/* 32 bit aligned memory area */U32 extMem[GUI_NUMBYTES / 4];void GUI_X_Config(void){ GUI_ALLOC_AssignMemory(extMem, GUI_NUMBYTES);}In the S...