Jump to content
43oh

Rei Vilo

Members
  • Content Count

    2,127
  • Joined

  • Last visited

  • Days Won

    140

Everything posted by Rei Vilo

  1. 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?
  2. Try the examples provided with Energia, for example Web Server and Web Client.
  3. 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.
  4. The CC3200 only allows one client when used in access point. So one CC3200 could run as access point and another as client.
  5. 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.
  6. 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)
  7. See https://github.com/energia/Energia/tree/master/libraries/LCD_SharpBoosterPack_SPI
  8. It is not precise enough: which interface? which controller? which operating voltage? There are already many threads about character LCDs on the forum. Please perform a search.
  9. There are so many LCD screens available. Please be more specific.
  10. 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
  11. Why to use two MCUs as the CC3200 includes its own Cortex-M4?
  12. 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.
  13. 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!
  14. Feel free to add a ticket at https://github.com/energia/msp432r-core/issues
  15. 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!
  16. 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.
  17. Which release of macOS? See Information to Provide When Asking for Help macOS 10.14 — Upload to MSP430FR5994 Fails #69
  18. See Hercules support in Energia? Add a New Board to Energia Please refrain from double-posting. Netiquette for Newbies
  19. Take another MCU or program in assembler.
  20. Don't expect much from the MSP430G2553 as it only features 512 bytes of RAM. Porting an Arduino library to Energia
  21. Energia doesn't support this specific MCU but you can Add a New Board to Energia
  22. Not enough memory.
  23. 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
×
×
  • Create New...