You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found some bugs in protocol 1xx, 2xx and 4xx families using your console program. This will fail password checking also uploading code to msp430g2553. After I modified some codes then it worked.
Following are my modifications:
Thank you very much for correcting this issue! fill_FF is usually not needed for Uploading code to MCU, because users dont enter valid BSL password, and therefore Mass Erase is executed prior to Upload. If you know BSL password and want to upload only INFO A code, also you dont need fill_FF. It is usefull for CRC calculation and other FirmwareTools specific stuff.
Warning: Password is optional for Download, but if wrong password is entered, MCU takes it as an attack and erase all memory, executing Mass Erase. If modern 5xx/6xx micro is used, code is just wiped, but if old 1xx/2xx/4xx one is used and LOCK A bit is not set, also Info A mem is wiped, with factory calibration data. So please be careful.
I will push your changes into main line, thank you.
I found some bugs in protocol 1xx, 2xx and 4xx families using your console program. This will fail password checking also uploading code to msp430g2553. After I modified some codes then it worked.
Following are my modifications:
Main_priv.cs:
1.
ParseFirmware
function, the variablefill_FF
should betrue
for TI text format?Constants.cs
Thank you for providing this awesome software so that I can flash my msp430g2553!
The text was updated successfully, but these errors were encountered: