Quote:
|
Originally Posted by Rickertsen2
What info can you give me on how the code loading scheme works? I heard that it is based off of some Microchip reference implementation. You obviously figured it out in order to write this. I am curious.
|
The PIC on the RC has a bootloader on it. There's read/write commands as well as a few other things. The IFI bootloader is a slightly modified version of the one put out by Microchip. Matt Fowler (FRC team #312) sent me a whitepaper on the IFI bootloader. The Microchip bootloader has the same protocol and both share most of their commands. For documentation on the Microchip bootloader, look for AN851 on their website.