Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic MSP430 Energia Flash Upload failed (Read 2405 times)
mic
Newbies
*
Offline


Posts: 3
Joined: Oct 14th, 2018
MSP430 Energia Flash Upload failed
Oct 14th, 2018 at 7:41pm
Print Post  
Hello,

tried to upload blink to MSP430 flash: run program.
Failed because flashing program was called via VisualMicro plugin as follow:

Wrong:(recent situation: fail)
pdebug rf2500 --force-reset "prog ex'"


Root cause: inverted comma

Right (should have been):
pdebug rf2500 --force-reset "prog x"

Thanks & Regards
mic
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: MSP430 Energia Flash Upload failed
Reply #1 - Oct 15th, 2018 at 3:33pm
Print Post  
Thanks for the report. We will look into it.
  
Back to top
WWW  
IP Logged
 
jcrfonera
Newbies
*
Offline


Posts: 1
Joined: Oct 17th, 2018
Re: MSP430 Energia Flash Upload failed
Reply #2 - Oct 17th, 2018 at 4:53pm
Print Post  
i have the same problem  only with energia 1.8.7E20 (the last version) but not with energia 1.6.10R18.
error message is : 'C:\Users\jcr\AppData\Local\Temp\VMBuilds\LMP4\ENERGI~1\Release/LMP4.ino.hex': La syntaxe du nom de fichier, de répertoire ou de volume est incorrecte.
i think ENERGI~1 is the fault
must be energia_MSP-EXP430G2553LP
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: MSP430 Energia Flash Upload failed
Reply #3 - Oct 17th, 2018 at 6:36pm
Print Post  
Thanks, I will look into it
  
Back to top
WWW  
IP Logged
 
mic
Newbies
*
Offline


Posts: 3
Joined: Oct 14th, 2018
Re: MSP430 Energia Flash Upload failed
Reply #4 - Oct 18th, 2018 at 6:04pm
Print Post  
Hello,

to find out the root cause I switched on verbose to get the complete command line string which called the flash/debug program.

Cut the complete command line string.
Past this command line string in a new command window.
Remove the inverted comma: ' at the beginning and at the end of the path&filename, then press return.

Greetings 
michael

Looking forward for a fix/ update.
Thanks in advance.

  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: MSP430 Energia Flash Upload failed
Reply #5 - Oct 20th, 2018 at 6:00pm
Print Post  
Thanks @mic yes i could see that, please post the exact board name and ide version if you have future problems.

If you use the latest energia ide and delete "C:\Users\[your name]AppData\Local\Energia15\packages\energia" does everything work okay?
« Last Edit: Oct 20th, 2018 at 6:31pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
mic
Newbies
*
Offline


Posts: 3
Joined: Oct 14th, 2018
Re: MSP430 Energia Flash Upload failed
Reply #6 - Nov 15th, 2018 at 8:28pm
Print Post  
Hello.

Board Name: MSP430 Launchpad: MSP-EXP43G2 with MSP430G2553
TI Energia: 1.8.7E20   (installed ~October.2018)

Visual Studio up to date: 15.Nov.2018.

>>>If you use the latest energia ide and delete "C:\Users\[your name]AppData\Local\Energia15\packages\energia" does everything work okay? 

Don't know background of Your question:
With Engeria IDE & renamed above mentioned directory:

Following Error Message showed up:
"exec: C:\\Users\michael\\AppData\\Local\\Energia15\\packages\\energia\\tools\\
msp430-gcc\\4.6.6/bin/msp430-g++" file does not exists"
"Fehler beim Kompilieren für das Board MSP430-G2 w/MSP430G2553."

Thanks& Regards
Michael
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint