Resolved! STACK and HEAP size
Hello everyone In Keil Projects we are able to change Stack_Size and Heap_Size in "startup_stm32f746xx.s" file like this :Stack_Size EQU 0x400Heap_Size EQU 0x200BUT in IAR projects there isn't such code line in the startup file related...