Jump to content
43oh

Energia-1.6.10R18 Windows 7 LaunchPad MSP430G2553 don't load sketch


Recommended Posts

Energia-1.6.10R18 Windows 7 32-bit

LaunchPad MSP-EXP430G2 with MSP430G2553 chip

 

I get error when load link sketch:

usbutil: unable to find a device matching 0451:f432

 

and before many messages:

warning: missing whitespace after the macro name [enabled by default]

 

Then delete new 1.6.10R18 version and replace with old 0101E0017 one and all OK. Blink sketch loaded with no problems

 

 

Link to post
Share on other sites

Thanks for reporting this issue. I was able to reproduce it. For now you can work around it as described below. I will make a fix available in the next MSP430 package update through the board manager.

 

  1. copy <energia directory>\hardware\tools\DSLite\DebugServer\drivers\MSP430.dll to <energia directory>\hardware\tools\msp430\bin\
  2. edit <energia directory>\hardware\energia\msp430\boards.txt an change the 2 occurrences of rf2500 with tilib
  3. restart energia and you should be able to upload to the MSP-EXP430G2 with MSP430G2553.

I have also filed an issue on github here: https://github.com/energia/msp430-lg-core/issues/12

Link to post
Share on other sites

AWESOME !!!!

 

This works great in Energia. I am able to successfully deploy to my TI MSP430G2 Launchpad.  

 

Now, I need to get this all to work in the Code Composer Studio.

 

I open Code Composer Studio, and Select File/New/Project/Energia/Energia Sketch.  Then I get a dialog where I can specify my project name and device.  Unfortunately, it says 'No boards or targets found...  Any ideas as to how to get Code Composer Studio to recognize my MSP430G2 Launchpad?

Link to post
Share on other sites
  • 2 weeks later...
  • 3 months later...

I have the exactly same problem and i did all that. I've already edit the .txt file  (change rf2500 with tilib) and now this happens

"MSP430_GetNumberOfUsbIfs

MSP430_GetNameOfUsbIf
Found FET: HID0014:COM3
MSP430_Initialize: HID0014:COM3
tilib: MSP430_Initialize: Could not find MSP-FET430UIF on specified COM port (error = 57)
tilib: device initialization failed
 tilib: device initialization failed"
 
Can you please help me with that? 
Also, when i connect the MSP430G2553, energia just show me one serial port (COM3), but when i do the same with my MSP432 it shows me 2 serial ports (COM5 & COM6). I can make the MSP432 work with energia, but no my MSP430.
i'm using exactly the same usb port, and the original usb cable for each msp. 
Link to post
Share on other sites
  • 2 weeks later...

 

I have the exactly same problem and i did all that. I've already edit the .txt file  (change rf2500 with tilib) and now this happens

"MSP430_GetNumberOfUsbIfs

MSP430_GetNameOfUsbIf
Found FET: HID0014:COM3
MSP430_Initialize: HID0014:COM3
tilib: MSP430_Initialize: Could not find MSP-FET430UIF on specified COM port (error = 57)
tilib: device initialization failed
 tilib: device initialization failed"
 
Can you please help me with that? 
Also, when i connect the MSP430G2553, energia just show me one serial port (COM3), but when i do the same with my MSP432 it shows me 2 serial ports (COM5 & COM6). I can make the MSP432 work with energia, but no my MSP430.
i'm using exactly the same usb port, and the original usb cable for each msp. 

 

Make sure in the Tools->Programmer you have dslite selected and NOT rf2500

Link to post
Share on other sites
  • 1 month later...
  • 6 months later...
  • 5 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...