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: 19504
Posted: Thu Jun 03, 2021 12:15 pm
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.
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