CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

MPLAB give error message on loading

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
unni.anad



Joined: 14 Aug 2009
Posts: 4
Location: India

View user's profile Send private message Send e-mail

MPLAB give error message on loading
PostPosted: Fri Aug 14, 2009 9:45 am     Reply with quote

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

View user's profile Send private message

PostPosted: Fri Aug 14, 2009 11:20 am     Reply with quote

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

View user's profile Send private message Send e-mail

PostPosted: Fri Aug 14, 2009 11:55 am     Reply with quote

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

View user's profile Send private message

PostPosted: Fri Aug 14, 2009 12:07 pm     Reply with quote

The compiler does not support the extended instruction set.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group