-
Content Count
2,127 -
Joined
-
Last visited
-
Days Won
140
Everything posted by Rei Vilo
-
How does this issue compare with pull requests added but not yet released at https://github.com/energia/msp430-lg-core/tree/master/libraries/SPI and https://github.com/energia/msp430-lg-core/tree/master/variants?
-
CC3200 transceiver mode in energia.
Rei Vilo replied to venkatesh223's topic in Energia - TivaC/CC3XXX
Try the examples provided with Energia, for example Web Server and Web Client.- 3 replies
-
- transceivermode
- energia
-
(and 2 more)
Tagged with:
-
Please refer to the pins maps as the MSP430 LaunchPad exposés two I²C ports: one software master only, another hardware master and slave.
-
CC3200 transceiver mode in energia.
Rei Vilo replied to venkatesh223's topic in Energia - TivaC/CC3XXX
The CC3200 only allows one client when used in access point. So one CC3200 could run as access point and another as client.- 3 replies
-
- transceivermode
- energia
-
(and 2 more)
Tagged with:
-
Error while detecting libraries included - Blink.ino.cpp
Rei Vilo replied to Frantech's topic in Compilers and IDEs
Try #include "Energia.h". -
There is an official SD library that works great against the MSP430. Just search a little. I'm using the SD library from Sparkfun with very limited adaptation. Latest release of MSP430 boards for Energia is 1.0.5.
-
Two pointers: Check the schematics of the BOOSTXL-SHARP128, Mistrust the readings of your DMM as it may suffer from the impact of burden voltage. About burden voltage, read for example http://eevblog.com/files/uCurrentArticle.pdf and http://literature.cdn.keysight.com/litweb/pdf/5992-0418EN.pdf)
- 3 replies
-
- lpm
- boostxl-sharp128
-
(and 1 more)
Tagged with:
-
See https://github.com/energia/Energia/tree/master/libraries/LCD_SharpBoosterPack_SPI
-
Energia program does not load to MSP430FR5969 LP
Rei Vilo replied to Markel's topic in Energia - MSP
The question has already been posted and answered in this very forum. Which OS are you using? All MSP430 boards are affected. See Netiquette for Newbies Information to Provide When Asking for Help If you’re using macOS, see and https://github.com/energia/msp430-lg-core/issues/8 -
Why to use two MCUs as the CC3200 includes its own Cortex-M4?
- 3 replies
-
- cc3200
- msp430g2553
-
(and 1 more)
Tagged with:
-
Simple Radio Library for CC1310
Rei Vilo replied to lensdigital's topic in TivaC / CC3XXX Energia Libraries
You're welcome! The CC1310 LaunchPad includes a programmer-debugger you can use separately. Remove all the jumpers between the programmer-debugger and the MCU part. Use 5 x 2 XDS100 OUT connector of the programmer-debugger to flash another CC1310. -
Simple Radio Library for CC1310
Rei Vilo replied to lensdigital's topic in TivaC / CC3XXX Energia Libraries
The CC1310 LaunchPad has a sub-1 GHz radio. On Energia, Install the EasyLink library by calling the menu Sketch > Include Library > Manage Libraries..., then select EasyLink and click Install. Select the board CC1310 LaunchPad. Call the menu File > Example > EasyLink > EasyLinkTX for the transmitter example. Call the menu File > Example > EasyLink > EasyLinkRX for the receiver example. Both examples work together. Obviously, you need two CC1310 LaunchPad boards! -
Feel free to add a ticket at https://github.com/energia/msp432r-core/issues
-
Thank you for reporting it. It looks like the newer release of Energia requires setup and loop to be prefixes of the functions, when the initial example mentions them as suffixes. Would you mind opening a ticket at the MSP432 repository? Thank you!
-
It was important to be sure, as the standard uploader DSLite doesn't work on macOS 10.14 but used to work on macOS 10.13. macOS 10.14 has changed the way USB ports are enumerated and named.
- 3 replies
-
- msp430 port_error
- energia
-
(and 1 more)
Tagged with:
-
Which release of macOS? See Information to Provide When Asking for Help macOS 10.14 — Upload to MSP430FR5994 Fails #69
- 3 replies
-
- msp430 port_error
- energia
-
(and 1 more)
Tagged with:
-
Energia support for Hercules TMS570LS04x/03x LaunchPad
Rei Vilo replied to venkatesh223's topic in Energia - MSP
See Hercules support in Energia? Add a New Board to Energia Please refrain from double-posting. Netiquette for Newbies -
apds-9960 Gesture Sensor Working on TM4C1294XL
Rei Vilo replied to tim3lord's topic in Energia - TivaC/CC3XXX
Have you gone through the I²C Check-List? -
Take another MCU or program in assembler.
-
Don't expect much from the MSP430G2553 as it only features 512 bytes of RAM. Porting an Arduino library to Energia
-
Energia doesn't support this specific MCU but you can Add a New Board to Energia
-
Not enough memory.
-
Just read the error report. It is pretty clear. c:/users/ju-kr/documents/schule/facharbeit technik/energia/hardware/tools/msp430/bin/../lib/gcc/msp430/4.6.3/../../../../msp430/bin/ld.exe: C:\Users\Ju-kr\AppData\Local\Temp\arduino_build_960527/JUSTUS.ino.elf section `.text' will not fit in region `rom' Also of interest Netiquette for Newbies Information to Provide When Asking for Help