Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top