Jump to content
43oh

thunderbirds

Members
  • Content Count

    8
  • Joined

  • Last visited

  • Days Won

    2

thunderbirds last won the day on March 9 2018

thunderbirds had the most liked content!

About thunderbirds

  • Rank
    Noob Class

Profile Information

  • Interests
    medical physics

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. thanks, embedXcode+ works perfectly with the 5.6.1 branch.
  2. ok. I'll try and add in the appropriate code to allow an additional i2c configuration in the ~/Library/Energia15/packages/energia/hardware/msp432/3.8.0 branch. I have a Launchpad as well as a mini-M4 MSP432 (which I program from the Launchpad). The mini-M4 doesn't present pins 9/10 == P6_5/P6_4 == EUSCI_B1 which is the default Wire configuration. It presents pins 35/36 == P6_7/P6_6. If I can add these, then I can use Wire.setModule(). Is the ~/Library/Energia15/packages/energia/hardware/msp432r/5.6.1 branch used at all? thanks again.
  3. I have not been able to find an answer to this or determine the solution from the online manuals. The answer is probably there somewhere but I can't 'see it', so apologies in advance, I did try. I am using Launchpad MSP432P401R, Arduino1.8.5, Energia 1.6.10E18, embedXcode-924, Xcode 9.2, macOS 10.13.1. I want to add an extra I2C channel, so I believe the appropriate place to add this is : ~/Library/Energia15/packages/energia/hardware/msp432/3.8.0/variants/MSP_EDXP432P401R or ~/Library/Energia15/packages/energia/hardware/msp432r/5.6.1/variants/MSP_EDXP432P401R
  4. Hi Ananmore, I probably can't help much because I do not understand the backend requirements of embedXcode. But I'm guessing it's assuming a specific environment, so here is what I have set up: 1/ macOS 10.13.1 2/ Xcode 9.2 3/ Arduino 1.8.5 - installed in /Applications 4/ Energia 1.6.10E18 installed in /Applications 5/ Cut / paste example sketch from Energia. 6/ Select Build target, run. 7/ Select Upload target, run - watch your LEDs start blinking. Hope you have some luck, the embedXcode environment is very impressive. I was gettin
  5. Following Rei's advice, I'm using embedXcode. It works very nicely, great work Rei.
  6. The issue seems to be related to the driver selected. If I specify one of the msp430 boards (pre-installed Energie MSP430 boards Built-Ib by Energia version 1.0.1) all compiles fine: /Applications/Energia.app/Contents/Java/arduino-builder -dump-prefs -logger=machine -hardware "/Applications/Energia.app/Contents/Java/hardware" -hardware "/Users/gjok/Library/Energia15/packages" -tools "/Applications/Energia.app/Contents/Java/tools-builder" -tools "/Applications/Energia.app/Contents/Java/hardware/tools/msp430" -tools "/Users/gjok/Library/Energia15/packages" -built-in-libraries "/Applica
  7. thanks, MacOS 10.13. I never have any spaces in path/filenames (a habit from old DOS and Unix days). Below is the error message and all the paths / files on the command line exist. "java" "-jar" "/Users/gjok/Library/Energia15/packages/energia/tools/ino2cpp/1.0.2/ino2cpp.jar" -o "/var/folders/_z/w518m88n2hs2clk0nc4n17_80000gn/T/build41bb0049b9729603ac52432ac8ba2562.tmp/sketch/" -T "/Users/gjok/Library/Energia15/packages/energia/tools/ino2cpp/1.0.2/templates/Variables.mk.template" -r "/Users/gjok/Library/Energia15/packages/energia/tools/ino2cpp/1.0.2" -n sketch_mar06b.ino "{build.
  8. Hi, I've just started with LaunchPad MSP432 + Energia + Driver MSP432 EMT Red version 5.6.1 LaunchPad rev 2.0, Energia ver 1.6.10E18, MacOS 10.13 I updated arduino.builder with the version from arduino.1.8.5 and that fixed the problem with the MSpanList_Insert error. But I have a java error - ino2cpp: error: sketch directory '{build.project_path}' doesn't exist or isn't a directory Can anyway point me to what files I need to fix to address this? thanks
×
×
  • Create New...