dlbeer / mspdebug

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

MSP430 BSL needs even counts and addresses #30

Closed xhpohanka closed 7 years ago

xhpohanka commented 7 years ago

According to (not very good) documentation and empiric testing BSL expects sizes of buffers sends to both sides to be even. The same applies to memory addresses.

dlbeer commented 7 years ago

Thanks!