dlbeer / mspdebug

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

Toggle test and reset pins to make gpio 4-wire JTAG work on SBW-enabled targets #22

Closed johnp789 closed 7 years ago

johnp789 commented 7 years ago

Without this patch, a newer SBW-enabled target would not enter 4-wire JTAG mode. After applying the patch, using the gpio driver on a Raspberry Pi Zero, 4-wire JTAG mode worked with either an MSP430F449 and an MSPG2452.

dlbeer commented 7 years ago

Thanks!