dlbeer / mspdebug

Debugging tool for MSP430 MCUs
GNU General Public License v2.0
184 stars 80 forks source link

Support files for FR5994 (Launchpad) and FR5964 #90

Closed Mauroq closed 4 years ago

Mauroq commented 4 years ago

Support added for the FR5994 and FR5964. Tested uploading code to the chips, and debugging works for breakpoints, stepping into code, reading and writing values. The chips still give an unsupported warning because the revision are different (0x10 vs 0x21 for the FR5994), tried to update the "chipinfo.db" but found no update for the slac460y file.

dlbeer commented 4 years ago

Great, thanks for this!