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 0x400
Heap_Size EQU 0x200
BUT in IAR projects there isn't such code line in the startup file related to the project. how and where can we change stack and heap size in IAR projects?
Regards
Mohsen