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.

[SOLVED] problem in compling the code

Status
Not open for further replies.

abhishekdixit

Full Member level 2
Joined
Dec 30, 2011
Messages
124
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Location
India
Activity points
2,182
hello,
i am writing a code for my project in MPLAB IDE using PIC-18 compiler with PIC18F4550 controller. in which i have to use the two array of length 570 byte. the program is very big and working properly, but when i am assigning the second array it gives an following error.
error_pics.jpg

i thought that this error may be due to lack of controller memory. may be my program is taking so much data memory, but when i saw memory usage gauge in MPLAB compiler, so it shows a lots of space in my controller.
memory gauge.jpg

now please help me what should i do?? i can't change my controller..


with regards,
Abhishek Dixit
 

If u check ur memory then only 663 bytes remain as general purpose while u assign 2 array having size 570 byte is variable char or int. try to reduce some size & compile
 

the variable i assign is char. and i can't reduce my array. its my minimal requirment
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top