Hi Alex,
I've never compile the code to RAM. This demo code is intend to be build for internal flash, not for ram.
You can disable the LCD task by commenting this line in main.c:
if(InstallTask(&Task_GLCD,"GLCD Handler",768,3) != OK)
{
// Oh Oh// Não deveria entrar aqui
!!!while(1){};
};
Best regards,
Gustavo