Jump to content
43oh

Rei Vilo

Members
  • Content Count

    2,129
  • Joined

  • Last visited

  • Days Won

    140

Everything posted by Rei Vilo

  1. No, I haven't because Energia is no longer active. I have switched to the dual-core RP2040.
  2. Also check the pull-up resistor. Try 10k, 4.7k.
  3. Read the answer at https://forum.43oh.com/topic/36177-install-fmwhatsapp-app-on-msp430/?do=findComment&comment=122731
  4. Unfortunately, Energia hasn't been updated for a long time now and it is safe to assume it is no longer maintained. I would suggest considering CCS https://www.ti.com/tool/CCSTUDIO instead, downloading Uniflash https://www.ti.com/tool/UNIFLASH which includes a a more recent version of DSlite, and posting at the E2E forum https://e2e.ti.com.
  5. Unfortunately, Energia seems to be no longer maintained. Similarly, the CC1352 has replaced the CC1350. have you tried asking the E2E forum?
  6. Forget the Arduino IDE! I would recommend using Visual Studio Code with the C/C++, Arduino and Cortex-Debug extensions. The Raspberry Pi Pico acting as programmer-debugger is called Picoprobe. It also features redirection of the Serial1 port. The installation process is detailed at the earlephilhower/arduino-pico page. You may need to build OpenOCD with specific options. It is easy and works fine. Debugging is performed from Visual Studio Code. Obviously, you can use manual command-line GDB and OpenOCD. The only caveat is Serial1 should be used instead of Serial to print to the
  7. At USD4 apiece, you can use the second Raspberry Pi Pico as a programmer-debugger. It works really well!
  8. Thank you for the pointer to the Challenger RP2040. It is nice to see the designers refrained from reinventing the wheel and took the Feather form-factor. Same for the LTE (SARA-R410M) or the WiFi radio (ESP8265). The Raspberry Pi Pico RP2040 is a very good board and I strongly recommend the Earle Philower's Pico core for Arduino over the official Arduino mbed-based implementation. There is a whole eco-system built around the Raspberry Pi Pico with many interesting kits. Let's me mention the E-Paper Display Pico Kit (EPDK), an all-in-one e-paper kit from Pervasive Displays.
  9. I've merged the question posted in three different topics into one single thread. As a teacher, you may reach the Texas Instruments University Program to get some help. I have rerouted your question to some contacts I know so they can post an answer.
  10. The release 0101E0010 is very old has relies on the old tool-chain. Go for the current release 1.8.10E23 with MSP430 boards package 1.0.7.
  11. There are two tool-chains fro the MSP430: legacy with support up to 64 kB, hence the 48 kB limitation, new GCC-ELF by Mitto Systems with no limit on memory. I am using the latter with the MSP430FR5994 and it supports the 256 kB of FRAM.
  12. Support for C2000 was removed after Energia 17. Please try with an older version of Energia or proceed with this procedure Install the LaunchPad C2000 boards.
  13. I’ve migrated to Debian with Gnome desktop and I am using Visual Studio Code as IDE. As an additional bonus, all the technologies and tools I’ve developed for embedXcode run fine after minor adaptations. Some of the limitations I mentioned 4 years ago are still there but nothing critical. The new solution is fast and responsive, and I really enjoy the integrated debugger.
  14. If I can help, I'm ready to perform some moderator tasks and delete spams to keep the forum clean. Please let me know how to proceed.
  15. You could try configuring the jumpers like this: See https://embedxcode.com/site/Chapter4/Section5/#upload-to-launchpad-cc3200-wifi
  16. Nice to see you back! I've terminated the embedXcode project (it is now under LTS). I'm switching away from Apple and transitioning to Debian. Many projects on IoT and displays, as usual, and starting to investigate AI with edge computing.
  17. I did something similar with Xcode on macOS, called embedXcode. I'm now “switching back" and considering Visual Studio Code on Debian.
  18. Forget about macOS 11 Big Sur as it introduces too many disruptions. Keep macOS 10.15 Catalina for stability and support of the LaunchPad and BoosterPack boards.
  19. Some pointers: I²C Check-List Porting an Arduino library to Energia
  20. When I started developing embedXcode in 2010 and decided to share it in 2012, I’ve never imagined that it would be still active so many years later. Because of the multiple challenges embedXcode faces today, the adventure is coming to an end. embedXcode does not plan to support macOS 11 Big Sur and Xcode 12 but will focus instead on long-term support for macOS 10.15 Catalina and Xcode 11. To replace embedXcode, I recommend Visual Micro for Visual Studio on Windows, andPlatformIO for Visual Studio Code available on macOS, Windows and Linux. I want to thank all th
  21. This forum is about Texas Instruments MCUs, so the ad is slightly off-topic, unless you plan to support Texas Instruments MCUs. Available tools for Texas Instruments MCUs are SysConfig for GPIO configuration, and Energia for simplified access to peripherals.
  22. Hi! How to prevent the 43oh forum from being flooded with spam? Since the activity is rather quiet, the spam posts seem more frequent. Worse, some spam posts I've reported earlier haven't been removed. Hence the question: Is the 43oh forum still administered? Thank you!
×
×
  • Create New...