Hello,
I have a quick question about the Memory Allocation View in CCS.
In my Memory Allocation View (screenshot below), I see that the current program is taking up 64% of the available SRAM on my MCU (TM4C1294NCZAD).
Is this a guarantee that the program will never take up more than 64% of the total SRAM on the MCU? Or is it possible for dynamically allocated RAM to cause the total RAM used by the program to go above that 64% mark?
I want to add a TCP/IP stack to my project, so I want to make sure that there is enough RAM to spare.
I hope this question makes sense -- please let me know if I am making any wrong assumptions.