My program has several images, I want to do something like a menu with LCD and a keypad. It was working fine untill the moment that I got two erros:
> Recursion or cross-calling of 'lcd_write'
> Not enough RAM for call stack
I read something about a stack overflow. How can I solve this problem?
I´m using PIC16F877a and mikroC for PIC v6 Compiler.