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

ccsbootloader.exe source

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



Joined: 03 Jun 2021
Posts: 6

View user's profile Send private message

ccsbootloader.exe source
PostPosted: Thu Jun 03, 2021 9:52 am     Reply with quote

Does CCS provide the source for the ccsbootloader application that comes with the compiler installation?

I need to be able to load the pic from a wifi module with an arm processor. Has anyone here done that? I could reverse engineer it from the bootloading code, but I don't see a point in re-writing something that should be directly available from CCS.
Ttelmah



Joined: 11 Mar 2010
Posts: 19219

View user's profile Send private message

PostPosted: Thu Jun 03, 2021 12:15 pm     Reply with quote

There is nothing at all 'to' the bootloader code.
It just sends the .hex file over the serial port. Key though is the sending
device _must_ implement XON/XOFF handshaking, and stop when XOFF
is received.
I've sent files from a Unix command line by simply setting up the serial and
piping the files to the serial port.
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