Maximum stack size exceeded

In my feeble attempt to write a simple program which controls 2 motors and 2 LED’s I have run into a road block. The message I get is UNEXPECTED ERROR. "Maximum Call Stack Size Exceeded.
The upload window is there, but it does not function. And the screen is locked up. Not sure what I did but now a program that use to work no longer works.

The message also states the “ERROR HAS NO FORMATTER”

Generally this would be an indication that your program is too large for the board you are uploading to, but it is possible some kind of loop has been created that has filled up memory. We would need to see your code to be able to help.

Thanks.
I had an idea that loops may have been the problem. Just thought I would confirm.
Thanks for the quick response.

I have encountered a similar problem recently, and I am trying to solve it

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.