This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I am trying to test the MSP430USBDevelopersPackage_5_00_01 Python updater under windows before I try it on Mac OS X 10.10.5.
I am using a MSP-TS430PN80USB development board with a 16MHz crystal. (Not the default 4MHz)
I have modified the MSP430F552_USB project from the MSP430BSL_1_00_09_00 download to use the 16 MHz crystal. It runs for me in Debug mode, but doesn't build for Release mode???
When running in debug mode, I can run the Python app and it finds the usb device.
Now I want to load an example app, probably the 5529_HID_echo.txt file, but I need to rebuild it for the 16MHz crystal. Where can I find its sources?
If you just want to test if your customized BSL working OK, you can try it with downloading P1.0 blink example that is not related to XT2.
I believe that BSL examples are builded (with MSP430F5529 LP as target, 4 MHz XT2) from original USB stack examples.
However, you can try my logic analyzer that is working as CDC device with 16 MHz XT2.
http://forum.43oh.com/topic/3909-msp430f550x-based-logic-analyzer/?p=65839
**Attention** This is a public forum