-
Content Count
2,126 -
Joined
-
Last visited
-
Days Won
140
Everything posted by Rei Vilo
-
Connecting MSP430 launchpad to local broker through MQTT using ESP8266
Rei Vilo replied to thesct22's topic in Energia - MSP
The ESP32 features the WiFi radio and also an MCU, so what are the reasons for an additional MCU with the MSP430F5529? -
Use of UART on pin numbers 3 and 4 on cc3200.
Rei Vilo replied to venkatesh223's topic in Energia - C2000
Please edit the title of the thread with SOLVED. -
Have you checked whether the OneWire library is compatible with the CC13`10 LaunchPad?
-
Please Information to Provide When Asking for Help Netiquette for Newbies (as the question has already been asked and answered)
-
My tweet of June 29 hasn't been answered yet.
-
Problem in interfacing Neo-6m GPS module with CC3200 MCU
Rei Vilo replied to Sameen's topic in Energia - TivaC/CC3XXX
See- 2 replies
-
- energia
- gps module
-
(and 3 more)
Tagged with:
-
From https://github.com/energia/cc3200-core/blob/6f9aec586fca167e3f5c3753bd66cf410c555ae8/cores/cc3200/HardwareSerial.h#L75 extern HardwareSerial Serial; extern HardwareSerial Serial1;
-
In that case, you would need to read how to Add a New Board to Energia
- 7 replies
-
- msp432
- custom board
-
(and 1 more)
Tagged with:
-
Check Serial1.
-
See the pointers at Add a New Board to Energia
-
Check Netiquette for Newbies
-
Please refer to Ultra-Low Power with MSP430 at https://embeddedcomputing.weebly.com/ultra-low-power-with-msp430.html Ultra-Low Power with Energia MT and Galaxia at https://embeddedcomputing.weebly.com/ultra-low-power-with-energia-mt-and-galaxia.html The MSP432P401R LaunchPad programmer features EnergyTrace to be used with Code Composer Studio. Ultra-Low Power with EnergyTrace at https://embeddedcomputing.weebly.com/ultra-low-power-with-energytrace.html
-
The Segger J-Link would be fine. Find some useful tips at https://embeddedcomputing.weebly.com/segger-j-link-with-launchpad-msp432.html and https://embeddedcomputing.weebly.com/segger-j-link-with-launchpad-msp432.html
- 7 replies
-
- msp432
- custom board
-
(and 1 more)
Tagged with:
-
How many PWM outputs can I obtain using the msp430g2553 chip?
Rei Vilo replied to DebanjanDatta's topic in General
Please refer to the pins map and the data-sheet. -
You can use the programmer of the MSP432P401R LaunchPad to program your custom board through the 2x5 0.05" connector or the 10 0.1" pins, featuring JTAG and/or SWD signals. Please refer to the data-sheet of the MSP432P401R LaunchPad.
- 7 replies
-
- msp432
- custom board
-
(and 1 more)
Tagged with:
-
Not yet, stay tuned!
-
Uploading to MSP432E board requires TivaC board installed
Rei Vilo replied to JRDavisUF's topic in Energia - MSP
Doesn't the LaunchPad w/ MSP432E EMT (120MHz) board appear under Energia MSP432E (32-bits) Boards as pictured below? -
Uploading to MSP432E board requires TivaC board installed
Rei Vilo replied to JRDavisUF's topic in Energia - MSP
Please open a ticket at https://github.com/energia/msp432e-core/issues. Thank you! -
Which release of Energia are you using? Energia 18 and later wouldn't work, so you'd need to try with Energia 17. Also see https://github.com/energia/Energia/issues/796, https://github.com/energia/Energia/issues/609 and https://github.com/energia/Energia/issues/764.
-
Porting Arduino sketch to Energia - problem with libraries
Rei Vilo replied to Kris2475's topic in Energia - MSP
Have you checked Porting an Arduino library to Energia and I²C Check-List? Two options: Dig into the Arduino library and try to adapt it to Energia, or Download the data-sheet of the TCS3471 sensor and develop your own library. I strongly recommend option 2. It is the best way to learn Energia and I²C. Using a logic analyser could be very helpful for debugging. -
Command line tools for MSP430F5529 launchpad under OsX
Rei Vilo replied to AnttiST's topic in Compilers and IDEs
Download Energia and explore its content. It comes with the GCC tool-chain for MSP430 and the upload and debug utilities. -
Error using Energia - relocation truncated to fit
Rei Vilo replied to uberteck's topic in Energia - MSP
Again, this is memory overflow. Try with another MCU with larger Flash and RAM. You need to dig into the data-sheets of the MCUs of the boards and compare the sizes of Flash and RAM memory. -
Error using Energia - relocation truncated to fit
Rei Vilo replied to uberteck's topic in Energia - MSP
This is memory overflow. Try with another MCU with larger Flash and RAM. -
There are three different releases of the MSP430G2 LaunchPad. Please be more specific. See Information to Provide When Asking for Help http://energia.nu/pinmaps
-
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?