PDA

View Full Version : memory over flow



Bharamappa
- 5th September 2008, 12:14
Hi all,

I am using PIC16F946 in one of my porject. I have code program that is exciding the 8k. so how to store the remaining part of the code.

Ingvar
- 5th September 2008, 12:31
Not easy to say without seeing your code but here's my two cents......

In the FAQ there is this thread. http://www.picbasic.co.uk/forum/showthread.php?t=545 .

Move similar codeblocks into subroutines.