Question
STM32f767Zi freezes when using strings
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 65536
Now, when I declare a string controller freezes. I want to use strings to manipulate .Ini file . This looks like a memory overflow or something
