STM32F107RCT6 has 64K Bytes SRAM in total , i use just 26K Bytes, and heap still available, but it overflows, i get confused. if i just change Heap_4 to Heap_5, my code can compile successfully, but it doesn't work. how to solve this problem?
i have checked my code, the largest array is 512 Bytes that was being malloced in the TcpServer thread, and i had changed this array smaller, it still overflow 416 Bytes. So i think this is not the true reason. i set the Linker Settings for the Minim...
i am sorry,where can i find the "Miscellaneous" in the cubeIDE?, i copy this word to the search bar under the Window/Preference, but still cannot find it