Net thread is not worked properly when the graphic thread is running (STM32F769)
I running an application on STM32F769 with EWARM that connect to Servers from the net and receiving data (with Net Thread) . Next i added all necessery files and a graphic Thread in main file to display the data on th lcd when i pressed on a button . When i run the application the lcd works and the button appear but the Net Thread blocked on the instruction ( MX_LWIP_Init();)
PS: when i comment the instruction GRAPHICS_Init(); the board connect to the Net
