Hello,
I want to upgrade the firmware through USB by using Labview but have a problem.
- I can communicate with MSP430 with HID connection.
- I can enter USB BSL and catch the correct PID/VID
It seems possible to send command to USB BSL with Labview but I always receive "unknown command" message. At that time I only want to set the communication between MSP430 and PC so I send the "TX BSL Version" command with the following format "0x3F 01 19".
I probably misunderstood something with the BSL protocol, even if it is simple:(
Hope someone can help me:)