here is the page I was referring too.
www.ti.com/.../litabsmultiplefilelist.tsp
here is an excerpt about the issue:
TI provides a Windows source project for downloading firmware that can be quickly customized. This source can be built with Visual…
Yes, it is usually a good idea to update the RAM BSL also. I always use either the MSP430_USB_firmware_Updrade_Example tool or the Python_Frimware_Upgrader tool. Both the tools have the latest version of RAM_BSL - 00.07.88.38.
The tools can be found…
Hello SeaFesse,
I would like to recommend you to use up-to-date USB Descriptor Tool.
http://www.ti.com/tool/msp430usbdevpack#0
Best Regards,
Richard Park
Please click the Verify Answer button on this post if it answers your question…
Part Number: MSP430F5529 Other Parts Discussed in Thread: MSP430WARE Tool/software: Code Composer Studio I am trying to build a custom gamepad that can be used on PC.
The reason for this is it is 4/2020 and this idea sounds pretty cool.
I have been…
Hi DA, The default USB BSL evaluates the logic level of the PUR pin after a BOR reset. If the PUR pin is pulled high externally, then the BSL is invoked. Therefore, unless the application is invoking the BSL, it is important to keep PUR pulled low after…
The zip file with the source code is available on a link on the product page : http://www.ti.com/litv/zip/slaa478
The USB developers kit (which I think replaced SLAC285) can be found here: http://www.ti.com/tool/MSP430USBDEVPACK?keyMatch=MSP430%20USB&tisearch…
Raimo,
Have you viewed the MSP430USBDEVPACK resources, available as a part of MSPWare? This contains all of the USB API code stacks, descriptor tools, and demos you should need to start USB development.
Regards,
Ryan
Hi albgarc2014,
TI Resource Explorer is included with Code Composer Studio and can be accessed from there: processors.wiki.ti.com/.../Resource_Explorer
Inside of Resource Explorer is MSPWare which contains several helpful tools to begin development…
There is CDC open source example from TI USB stack that is used for USB communication with PC. Device will be enumerated as virtual com port and code on PC side is the same like for UART.
http://www.ti.com/tool/msp430usbdevpack