dlbeer / mspdebug

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

Update chipinfo.db with slac460y #56

Closed tgtakaoka closed 6 years ago

tgtakaoka commented 6 years ago

The updated chipinfo.db has been extracted from slac460y. http://www.ti.com/lit/sw/slac460y/slac460y.zip You can find the release note at version 3.13.0.1 of http://www.ti.com/tool/mspds

To extract chipinfo.db, the following patches are necessary to make msp-ds-dumpdb command from slac460y, and corresponding Homebrew formula, msp-ds.rb may help. https://raw.githubusercontent.com/tgtakaoka/homebrew-tinyos-msp430/master/patches/msp-ds-slac460y-1-patches.tar.xz https://github.com/tgtakaoka/homebrew-tinyos-msp430/blob/master/msp-ds.rb

The msp-ds-dumpdb command also can dump device database with XML format as MSP430_DumpDeviceDb() do.

dlbeer commented 6 years ago

Thanks!