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

Can somebody answer my question?

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








Can somebody answer my question?
PostPosted: Thu Jan 08, 2004 6:43 am     Reply with quote

Hello,

I posted this question hear and also sent it to CCS, but they didin't reply to me.I have several pics (18F452) program with this Bootloader. How can I use PIC C with the MicroCode Loader?
Thanks
Ezequiel
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Thu Jan 08, 2004 10:53 pm     Reply with quote

You may be the only one who uses that program with CCS.
You may have to be the one who proves that it can work, or not.

The information to answer your question is basically here:
http://www.mecanique.co.uk/code-studio/loader/index.html

Based on the description, that bootloader operates the same
way as the MicroChipc bootloader. So you should be able
to make it work by just adding one #org statement above main().
See the code below.

// Reserve 336 ROM words (672 bytes) at the end of ROM
// for the bootloader, per the instructions in the link above.
#org 0x7D60, 0x7FFF {}

main()
{


while(1);
}
Acetoel



Joined: 20 Dec 2003
Posts: 7

View user's profile Send private message

PostPosted: Fri Jan 09, 2004 6:14 am     Reply with quote

Thanks very much,
Which bootloader is used with CCS PIC C? Does PIC C has an integrated bootloader with the IDE?
Thanks
Ezequiel
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Fri Jan 09, 2004 12:55 pm     Reply with quote

Quote:
Which bootloader is used with CCS PIC C ?

There is no official bootloader for CCS. You should just find
one that works and use it. For the 16F877, I use this one:
http://www.microchipc.com/PIC16bootload/
They also have one for the 18F, but I haven't tried it.
http://www.microchipc.com/PIC18bootload/

Quote:
Does PIC C has an integrated bootloader with the IDE ?

No.
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