dlbeer / mspdebug

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

fix jtag_read_reg and jtag_write_reg functions according to the docum… #95

Closed iddq closed 4 years ago

iddq commented 4 years ago

…entation: SLAU320 MSP430 Programming via JTAG User's Guide

tclk set and clr was in wrong order

https://github.com/dlbeer/mspdebug/issues/94

dlbeer commented 4 years ago

Nice work -- thank you!