Forum Discussion
Altera_Forum
Honored Contributor
20 years agoecos kernel suddenly stops booting
For months I have been successfully running ecos and testing my application, but suddenly I am no longer able to boot ecos. Things were working in the morning, but after adding a new application fea...
Altera_Forum
Honored Contributor
20 years agoHi Stefan,
Sounds like it could be a stack overflow. Try increasing your stack size. If you have enough memory, double or quadruple the default size it to see if things get better. If this eliminates the problem, you can then try to fine tune, or live with the larger stack sizes, or you'll need to review/restructure your app ... and try to eliminate things like large automatic arrays, structs, etc. (which is a good idea anyway). --Scott