hi,
I got some questions:I wrote a windows program follow the book 'MSP430 Programming Via the Bootstrap Loader (BSL) (Rev. C)(SLAU319C)'.
I made a bsl sequence, and it syncs okay, but when I perform another commands like 'Tx Bsl Version' with its data assigned with 80 1E 04 04 00 00 00 00 7B E5, the data is correct and were correctly transmitted, but the MSP430F149's response was 0xA0(wrong).
Another, I wrote a Windows Driver filter filtered the others MSP430 BSL program's protocol, it uses an command 0x18, all data package are 80 18 04 04 xx(00) xx(FF) 06(04) A5, it worked. but it didn't match with he 'MSP430 Programming Via the Bootstrap Loader (BSL) (Rev. C)', something wrong?
Sorry about my poor English, I wish you won't get in trouble for my questions.