Hi all,
Using MSP430F5507
I am trying to migrate over to msp430-gcc from CCS (code size limit) and I have successfully ported my code from CCS to GCC for the most part. The problem that I am having is with respect to the USB not being recognized after I download the USB program via the USB BSL. In msp430-gcc I can program/debug via FET and the USB is recognized, but same program via BSL is not recognized.
I have been using CCS4 to create a ti-txt file and then downloading via MSP430 Firmware downloader. Now the same program compiled under msp430-gcc and converted using the hex430.exe that CCS4 uses, the USB will not enumerate.
Any ideas?