When I load a project in mplab which is already compiled using ccs-ide, it is giving me message -- your program is expandable instruction enabled, but the code not seems so. The code may not work properly. What does it mean?
I am using PIC18F97J60 processor(ccs 3.3v ethernet kit).
But the code seems to be working properly.
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
Posted: Fri Aug 14, 2009 11:20 am
It's possible that you have set the XINST fuse. Don't do that.
Always use NOXINST. Most versions of the compiler will default to
using NOXINST, so you don't have to specify it, but certain older
versions of the CCS IDE "Wizard" specified XINST by mistake.
This can cause the program to behave in an erratic way.
Make sure that your code is using the NOXINST fuse.
This is a fuse issue that applies to many 18F PICs (but not to 16F, etc.)
unni.anad
Joined: 14 Aug 2009 Posts: 4 Location: India
Posted: Fri Aug 14, 2009 11:55 am
Thanks for your reply PCM programmer.
Is it means compiler does not supports extended instructions.
Thanking you
Unnikrishnan K
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
Posted: Fri Aug 14, 2009 12:07 pm
The compiler does not support the extended instruction set.
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