STK500V2 Protocol Bug in Mega 2560 Bootloader [imported] #505
Labels
Component: Bootloader
The bootloader is the program used to load the uploaded program into the microcontroller's memory
Component: Firmware
Limited to the contents of the firmwares folder in the core packages
Milestone
This is Issue 505 moved from a Google Code project.
Added by 2011-03-15T03:50:52.000Z by [email protected].
Please review that bug for more context and additional comments, but update this bug.
Original labels: Type-Defect, Priority-Medium, Component-stk500v2
Original description
The STK500V2 bootloader is comparing the seqNum to 1 or the current sequence (IE: Requiring the sequence to be 1 or match seqNum before continuing).
The correct behavior is for the STK500V2 to accept the PC's sequence number, and echo it back for the reply message.
Here is the fix for the stk500boot.c file:
This is on line 600 of the local copy of the source I have.
The text was updated successfully, but these errors were encountered: