Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSP432E — Upload Fails #1

Open
robertinant opened this issue Oct 23, 2018 · 6 comments
Open

MSP432E — Upload Fails #1

robertinant opened this issue Oct 23, 2018 · 6 comments

Comments

@robertinant
Copy link
Member

From @rei-vilo on October 21, 2018 10:20

Uploading from Energia to the MSP432E LaunchPad fails with the following error:

/Users/ReiVilo/Library/Energia15/packages/energia/tools/dslite/7.2.0.2096/DebugServer/bin/DSLite load -c /Users/ReiVilo/Library/Energia15/packages/energia/tools/dslite/7.2.0.2096/EK-TM4C1294XL.ccxml -f /var/folders/px/cyfvtr757lqg0yp_cv9j79jh0000gn/T/arduino_build_494389/MSP432E.ino.elf
DSLite version 7.2.0.2096
Configuring Debugger (may take a few minutes on first launch)...
Initializing Register Database...
Initializing: CORTEX_M4_0
Executing Startup Scripts: CORTEX_M4_0
GEL: CORTEX_M4_0: GEL Output:
Memory Map Initialization Complete
Connecting...
error: CORTEX_M4_0: Error connecting to the target: Frequency is out of range.
Failed: Operation was aborted
the selected serial port Failed: Operation was aborted
does not exist or your board is not connected

capture 2018-10-21 a 12 20 36

However, using UniFlash 4.4.0 works fine.

Copied from original issue: energia/Energia#1024

@robertinant
Copy link
Member Author

From @rei-vilo on October 21, 2018 11:25

Using instead works.

/Users/ReiVilo/Library/Energia15/packages/energia/tools/dslite/8.2.0.1400/DebugServer/bin/DSLite load -c /Users/ReiVilo/Library/Energia15/packages/energia/tools/dslite/8.2.0.1400/MSP_EXP432E401Y.ccxml -f /Users/ReiVilo/Library/Developer/Xcode/DerivedData/e-1017-MSP432-Ethernet-aositlohncfkjkcmlplmyftwchgc/Build/Products/Debug/embeddedcomputing.elf

@germantellezv
Copy link

dslite fail

@germantellezv
Copy link

I don't know if you could solve the problem, but i had to enable the option to install drivers unsigned in windows 10. After that, go to Device Manager and install the drivers specifying the path to the Energia folder. Then, reboot or close everything and try again.

@gjsman
Copy link

gjsman commented Feb 22, 2020

For anyone experiencing this error on Windows:

In the boards manager, install the Tivac boards kit. Then, open the folder C:\Users\YOURUSERNAME\AppData\Local\Energia15\packages\energia\hardware\msp432e\5.19.0 and edit platform.txt to match the file attached:
https://gist.github.com/gjsman/83ef53f1c91d74989a5d403246021489

After doing this, Energia does work on the MSP-EXP432E401Y.
(Edit: fixed folder, copied wrong one)

@rei-vilo
Copy link
Member

Thank you!

Would you mind opening a pull request with the changes?

@gjsman
Copy link

gjsman commented Feb 22, 2020

@rei-vilo #8

I don't know if this fixes the necessary Tivac boards package problem or that this doesn't break other boards, however.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants