Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Not Enough Memory Space

Status
Not open for further replies.

Sathiesh Kumar

New Member
Hi to all,
I am using PIC 16f877 micro controller for a application to interface keypad with LCD... The compiler which i use is MikroC... when i compile the program it shows not enough RAM.... what i have to do...

Help me...
 
MikroC stores the text strings in RAM for the standard (compiler library) LCD functions. Also MikroC free demo version has a limit on ROM and RAM.

So you will quickly run out of RAM if you are using the function Lcd_Out("Blah") to do all your menus. There are many ways to get around this, they are all commonly discussed on the MikroC forum. You can just write single characters to the LCD (instead of using text strings) this is probably the easiest solution.

You should probably search the MikroC forum on mikroe.com for all the LCD threads.
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top