Jump to content
43oh

Rei Vilo

Members
  • Content Count

    2,126
  • Joined

  • Last visited

  • Days Won

    140

Everything posted by Rei Vilo

  1. The ESP32 features the WiFi radio and also an MCU, so what are the reasons for an additional MCU with the MSP430F5529?
  2. Have you checked whether the OneWire library is compatible with the CC13`10 LaunchPad?
  3. Please Information to Provide When Asking for Help Netiquette for Newbies (as the question has already been asked and answered)
  4. Rei Vilo

    Server

    My tweet of June 29 hasn't been answered yet.
  5. From https://github.com/energia/cc3200-core/blob/6f9aec586fca167e3f5c3753bd66cf410c555ae8/cores/cc3200/HardwareSerial.h#L75 extern HardwareSerial Serial; extern HardwareSerial Serial1;
  6. In that case, you would need to read how to Add a New Board to Energia
  7. See the pointers at Add a New Board to Energia
  8. 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
  9. 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
  10. 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.
  11. Doesn't the LaunchPad w/ MSP432E EMT (120MHz) board appear under Energia MSP432E (32-bits) Boards as pictured below?
  12. Please open a ticket at https://github.com/energia/msp432e-core/issues. Thank you!
  13. 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.
  14. 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.
  15. Download Energia and explore its content. It comes with the GCC tool-chain for MSP430 and the upload and debug utilities.
  16. 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.
  17. This is memory overflow. Try with another MCU with larger Flash and RAM.
  18. 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
  19. 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?
×
×
  • Create New...