12.11.2013, 16:58
The size of the stack/heap block needs to be known before compilation, therefore it is a fixed amount of 16kB
The 1233 cells aren't all function with local memory, it is the highest number of cells used by one function
Means there could be 50 functions using 150 cells and only one using 1233 cells
The 1233 cells aren't all function with local memory, it is the highest number of cells used by one function
Means there could be 50 functions using 150 cells and only one using 1233 cells