-
Content Count
2,127 -
Joined
-
Last visited
-
Days Won
140
Posts posted by Rei Vilo
-
-
The ESP32 features the WiFi radio and also an MCU, so what are the reasons for an additional MCU with the MSP430F5529?
-
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)
-
-
-
extern HardwareSerial Serial; extern HardwareSerial Serial1;
-
In that case, you would need to read how to
-
Check Serial1.
-
See the pointers at
-
-
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
-
Please refer to the pins map and the data-sheet.
-
-
Not yet, stay tuned!
-
-
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.
-
Have you checked
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.
-
Download Energia and explore its content. It comes with the GCC tool-chain for MSP430 and the upload and debug utilities.
-
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.
-
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
Connecting MSP430 launchpad to local broker through MQTT using ESP8266
in Energia - MSP
Posted
You might ask the ESP8266 forum.