incafox 0 Posted June 29, 2013 Share Posted June 29, 2013 my problem occurs when i try to upload my code, code it's ok but energia is stopped when it tried upload the code, just show me "uploading" and nothing occurs, i push upload again and show me : Failed! No ICDI device with USB VID:PID 1cbe:00fd found! I tried uploading examples and everything is fine. (sorry english) Quote Link to post Share on other sites
Rei Vilo 695 Posted June 30, 2013 Share Posted June 30, 2013 It is a known issue. See https://github.com/energia/Energia/issues/241 Quote Link to post Share on other sites
incafox 0 Posted July 6, 2013 Author Share Posted July 6, 2013 i solve it with LMFLASHPROgrammer, just erising entire flash Quote Link to post Share on other sites
morry 0 Posted January 11, 2014 Share Posted January 11, 2014 Any news about this problem? I get this error on Win8.1 x64, on USB2 and USB3 Ports. Erasing LM4F Flash doesn't help, Restart doesn't help. Uploading was working once, then never again. Quote Link to post Share on other sites
energia 485 Posted January 12, 2014 Share Posted January 12, 2014 If you did not try, can you verify and upload the BareMinimum Sketch? Also try to put a delay(500) as the first line of you setup(). I have seen this occasionally myself and although no concrete evidence yet, I think it has to do with the chip being reset to early by the flash utility which hangs the upload process. Quote Link to post Share on other sites
morry 0 Posted January 13, 2014 Share Posted January 13, 2014 Uploading the BareMinimum Sketch helped, upload was succesful. Every other project works after uploading BarMinimum once. Thanks a lot for your help! Quote Link to post Share on other sites
SixSixSevenSeven 23 Posted January 29, 2014 Share Posted January 29, 2014 BareMinimum sketch hasn't helped here with or without delay(500) as first line of setup, issue seemed to arise after "up"grading to windows 8.1, board was fine on 8.0 and still does work on my other 8.0 system. The USB 2.0 port and both USB 3.0 ports have been tried. Drivers have been uninstalled completely, reinstalled, system rebooted half a dozen times and even tried running energia as admin. Quote Link to post Share on other sites
dubnet 238 Posted January 29, 2014 Share Posted January 29, 2014 Windows 8.1 x64 forces driver signing. However, you can override this per the instructions in the link below. It may be what you are running into... http://www.howtogeek.com/167723/how-to-disable-driver-signature-verification-on-64-bit-windows-8.1-so-that-you-can-install-unsigned-drivers/ Quote Link to post Share on other sites
SixSixSevenSeven 23 Posted January 29, 2014 Share Posted January 29, 2014 Windows 8.1 x64 forces driver signing. However, you can override this per the instructions in the link below. It may be what you are running into... http://www.howtogeek.com/167723/how-to-disable-driver-signature-verification-on-64-bit-windows-8.1-so-that-you-can-install-unsigned-drivers/ Well aware of that. Had to do that on 8.0 and for my driver reinstall on 8.1. Without disabling the signing you cannot install them in the first place, the installation simply fails. Quote Link to post Share on other sites
dubnet 238 Posted January 29, 2014 Share Posted January 29, 2014 Ah well....it was worth a shot. Quote Link to post Share on other sites
abecedarian 330 Posted January 29, 2014 Share Posted January 29, 2014 I didn't need to disable driver signing on Win8 or 8.1 for Stellaris or Tiva driver installation. Have you tried updating to newer Energia? Quote Link to post Share on other sites
SixSixSevenSeven 23 Posted February 5, 2014 Share Posted February 5, 2014 Just tried newer energia (with my poor internet connection it takes awhile to get hold of any software...), does work . No idea what has changed between windows 8.0 and 8.1 that causes energia 10 vs 11 to work or not work. But seems to be problem solved. Quote Link to post Share on other sites
abecedarian 330 Posted February 6, 2014 Share Posted February 6, 2014 @@SixSixSevenSeven - Nice to see it's working. Maybe 8.1 changed something and the Java VM with Energia couldn't enumerate devices properly after the upgrade. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.