I have a question that will probably make the senior developers' hair stand on end:
My (very large) data field for Edge 1050 occupies about 60% of the available memory (peak barely higher).
If I now declare a few more variables or add an If-Then-Else condition, I get a “stack overflow”.
Is there a recipe to avoid this as much as possible?
I have no nested function calls, where one calls the other…
(I'm just an autodidact - learning by doing)