MPLAB IDE C18 Help needed!

Status
Not open for further replies.

bilal_sheikh

Junior Member level 1
Joined
Oct 15, 2014
Messages
17
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
155
hello, i am using pic18f4431 for my project and have defined 2 look up tables each of 64 decimal values in the program. when i compile the program, following error occurs, can anyone help ?? i need help urgently.
error is:
Error [1300] stack frame too large
thanks in anticipation.
 

This problem normally occurs when you have defined local array of large sizes.
If you had done the same thing with your look up tables, then make it global.
Apart from this look-up tables must be saved in program memory and not in data memory.

You can post your code, so that we can help you in a more precise way.
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…