When i compile i get this error: Out of ROM, A segment or the program is too large.
I try to use #seperate before my fonctions but my stack is full.
I use the Pic 16F877.
Any suggestion????
Thank you.
Ttelmah Guest
Re: Out of ROM, A segment or the program is too large
Posted: Mon Mar 15, 2004 2:02 pm
TheGaut wrote:
When i compile i get this error: Out of ROM, A segment or the program is too large.
I try to use #seperate before my fonctions but my stack is full.
I use the Pic 16F877.
Any suggestion????
Thank you.
It _may_ be possible to improve things, by looking at the memory ueage map, and making some functions that are currently seperate 'inline', and only using seperate where needed to get the required splits. However the easiest solution is probably to use a 18F452 instead...
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