I am building a circuit in Proteus 7 Professional using an ATmega16 and 16x2 LCD display. I have code for the display. The code compiles with no error in the Arduino IDE, however in Proteus simulation the display not working. It gives me the following error messages:
PC=0x0106[AVR MEMORY]Writing to memory location 0x08FE outside memory size 0x0460 PC=0x0000[AVR CPU]RET address = 0x0000 which repeats itself in SIMULATION LOG
What is the problem?