I am using freeRTOS , there are two threads one is for TouchGFX gui task and other for my main task.I have given 4096*4 bytes of stack for each task and heap size in freeRTOS config is 65536Now, when I declare a string controller freezes. I want to ...