I didn't show all the parameters or return values, just to keep it simple.
If you split up your large functions, the compiler will probably be able
to pack the smaller pieces so they efficiently fill up each 2KB code page.
Your PIC has code pages of 0x800 bytes. Functions can not be larger
than the code page size. That's the key issue that you have to deal with.
io_Joe
Joined: 20 Nov 2013 Posts: 5
Posted: Wed Nov 20, 2013 2:03 pm
thank you.
I will try that, I am running on #separate prior to main now.. but I feel uneasy doing that... I will try your suggestion.
All times are GMT - 6 Hours Goto page Previous1, 2
Page 2 of 2
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