PIC 16f877A is using for my present work. while combiling using CCSC "not enough ram" error is popup. from the data sheet the information is that general pupose ram locations are greater than 300 bytes. but in my project the worst cause usage is below 160 bytes. Anyone know the reason?.
vineesh.A
arunb
Joined: 08 Sep 2003 Posts: 492 Location: India
RE:
Posted: Sun Oct 09, 2005 5:43 am
Hi,
Check the .tre file and see which of the functions/procedures are using a large amount of RAM, then breakup these procedures into smaller ones.
That way you can save a large amount of RAM
thanks
arunb
Guest
Posted: Sun Oct 09, 2005 10:33 pm
hello,
Thanks to your repalys . i got the answer from Ttelmah. since #device *=16 is not used compiler only select first bank. so the problem arise. thanks to all.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum