Search the Community
Showing results for tags 'energia 18'.
-
I apologize if this is obvious, but on a new version of a MSP430FR5949 based datalogger programmed using Energia 18 - I switched the pins on the physical chip for serial communication from the Aux to the Debug UART for better layout. Below is the modified pin map energia_pins.h file - #if defined(__MSP430_HAS_EUSCI_A0__) || defined(__MSP430_HAS_EUSCI_A1__) static const uint8_t DEBUG_UARTRXD = 18; /* Receive Data (RXD) at P2.1 */ static const uint8_t DEBUG_UARTTXD = 17; /* Transmit Data (TXD) at P2.0 */ static const uint8_t AUX_UARTRXD = 22; /* Receive Data (RXD) at P4.5 */ static
- 1 reply
-
- msp430fr5949
- energia 18
-
(and 2 more)
Tagged with:
-
Has anyone experienced issues with the msp430FR5739 experimenter board with the latest energia v 18? I can't seem to program it using the latest version on my windows 10, 7 or mac. I get the following error message: usbutil: unable to find a device matching 0451:f432 An error occurred while uploading the sketch Thanks!
- 2 replies
-
- experimenters board
- msp430fr5739
-
(and 1 more)
Tagged with:
-
Can anyone point me in the direction of the following files in Energia 18? https://github.com/energia/cc13xx-core I need to modify the board.txt and pins.h files to use the smaller 4x4 RSM package and can't seem to find this directory/files if my life depended on it. It's not located where the other msp430 variants are in /Applications/Energia.app/Contents/Java/hardware/energia in OS X.
- 2 replies
-
- boards
- energia 18
-
(and 1 more)
Tagged with:
-
First, I'd like to say thanks for the implementation of EasyLink for the cc1310/cc1350 in Energia 18. Last year the community was invaluable in helping me develop some MSP430FR5949/BME280 dataloggers for my dissertation research. I'm working on a new version based off the cc1310, because well, transmitting my data wirelessly sure beats having to recover the dataloggers. I have a couple questions that I have been unable to answer - 1. The EMT documentation suggests that if you use delay, during compiling this is converted to a low power mode. Is this only for the MSP430/432 variants?
-
UPDATED BETA AVAILABLE (7/15/2016) Hello all, A new beta build (1.6.10E18B7) is available for download. This release fixes some minor cosmetic issues as well as some bugs that were reported. Big thanks to those that reported the bugs. The new release can be downloaded from: Windows: https://s3.amazonaws.com/energiaUS/distributions/energia-1.6.10E18B7-windows.zip Mac OS X: https://s3.amazonaws.com/energiaUS/distributions/energia-1.6.10E18B7-macosx-signed.zip Linux64: https://s3.amazonaws.com/energiaUS/distributions/energia-1.6.10E18B7-linux64.tar.xz Please continue to repo
-
Hello all, Wanted to let you know that I have a beta available of Energia 18 which is based on the latest and greatest Arduino IDE. If you would like to give it a spin, then the instructions for each OS are below. Would be great if you could post any issues you come across while you try it out. Please post general questions about this beta in this thread. Post issues for each part below on github. While you try it and find issues, please check the github issues pages to check if the bug has not already been reported before you file it. MSP4