-
Content Count
2,126 -
Joined
-
Last visited
-
Days Won
140
Everything posted by Rei Vilo
-
Most of the LaunchPad boards of the SimpleLink range include an XDS110 programmer-debugger. The XDS110 programmer-debugger brings interesting options like selecting one board among many for uploading and debugging. Release 11.4.8 of embedXcode+ improves support for the XDS110 programmer-debugger. Please refer to Select among multiple boards connected through XDS110 and Upload to LaunchPad boards with XDS110.
-
How to burn/load program on msp432 mcu without launchpad
Rei Vilo replied to ycrathi's topic in Energia - MSP
When using the XDS110 programmer of a LaunchPad, you obviously need to remove all the jumpers. Similarly, if you're considering mass production, you should use professional tools for batch programming.- 5 replies
-
- rei vilo
- msp432p401r launchpad msp432
-
(and 1 more)
Tagged with:
-
How to burn/load program on msp432 mcu without launchpad
Rei Vilo replied to ycrathi's topic in Energia - MSP
There are many options. use the programmer-debugger of another LaunchPad use a third-party programmer-debugger like the Segger J-Link or the TI XDS110 Obviously, your board needs to feature a 5x2 0.05" SWD connector. Similarly, you may need to use specific software, like the Segger J-Link tools or OpenOCD Learn more at https://embeddedcomputing.weebly.com/xds110-debug-probe-with-energytrace8203.html and https://embeddedcomputing.weebly.com/segger-j-link-with-launchpad-msp432.html- 5 replies
-
- rei vilo
- msp432p401r launchpad msp432
-
(and 1 more)
Tagged with:
-
Yes, this is a bug, sorry a feature of the MSP-EXP430G2ET!
-
You're lucky, you're using a library which is fully documented, so RTFM (link)! Otherwise, just have a look at the header file. /// /// @brief Constructor /// @note For Sharp Memory LCD BoosterPack /// @param model default=SHARP_96 for compatibility, SHARP_128 /// @code /// LCD_SharpBoosterPack_SPI myScreen(SHARP_96); /// @endcode /// LCD_SharpBoosterPack_SPI(uint8_t model = SHARP_96); Are you specifying which screen you want to use?
-
CC1310 / CC1350 (sensortag) VCC (battery) monitor
Rei Vilo replied to manro's topic in Energia - TivaC/CC3XXX
Possible reasons: The ti/mw/sensors/SensorBmp280.h library is not designed for Energia. Other files may be needed. That's why I've recommended the Weather Sensors Library designed for Energia. I haven't read any mention to the Weather Sensors Library library before on this thread. For the ti/mw/sensors/SensorBmp280.h library, you may ask the E2E forum directly. -
CC1310 / CC1350 (sensortag) VCC (battery) monitor
Rei Vilo replied to manro's topic in Energia - TivaC/CC3XXX
Have a look at the Weather Sensors Library available at https://github.com/rei-vilo/SensorsWeather_Library -
CC1310 / CC1350 (sensortag) VCC (battery) monitor
Rei Vilo replied to manro's topic in Energia - TivaC/CC3XXX
Have you tried? It is that simple. But you may want to convert it into mV. See https://e2e.ti.com/support/wireless-connectivity/bluetooth/f/538/p/480930/1732219 The same code works on the CC1352 as well. -
CC1310 / CC1350 (sensortag) VCC (battery) monitor
Rei Vilo replied to manro's topic in Energia - TivaC/CC3XXX
Have a look at the AON always on functions on SWCU117H Chapter 18 Battery Monitor and Temperature Sensor. -
You're welcome!
-
See Please add this post to the FAQ.
-
Which release of macOS? See
-
CC1125 distance between two devices
Rei Vilo replied to vish5095's topic in Tiva-C, Hercules, CC3XXX Launchpad Booster Packs
You can get some tips from a similar project, Sub-1 GHz Radio Mobile Measurement with LCD Display. -
Please refer to Add a New Board to Energia
-
MSP432R SPI Problem Re-emerges with 5.25.0 board file
Rei Vilo replied to JRDavisUF's topic in Energia - MSP
Trying to update to 5.25.2 raises this error message about CRC. -
The boards.txt file shouldn't have the following values set to ccs.device_id MSP432P4111 upload.maximum_size 2 MB upload.maximum_data_size 256 KB ############################################################## menu.cpu=Processor MSP-EXP432P4111.ccs.device_id=MSP432P4111 MSP-EXP432P4111.vid.0=0x2341 MSP-EXP432P4111.pid.0=0x0c9f MSP-EXP432P4111.name=RED LaunchPad w/ msp432p4111 EMT (48MHz) MSP-EXP432P4111.build.mcu=cortex-m4 MSP-EXP432P4111.build.f_cpu=48000000L MSP-EXP432P4111.build.core=msp432p MSP-EXP432P4111.build.variant=MSP_EXP432P4111 MSP-EXP432P4111.build.board=M
-
You might also find interesting tips from Porting an Arduino library to Energia
-
Please check the pins maps at https://energia.nu/pinmaps/ and go through the data-sheets of the LaunchPads and related MCUs.
-
You can only have one program running on the LaunchPad. Each upload erases the previous one.
-
Programming MSP430 with Energia on Mac: No USB FET was found
Rei Vilo replied to grandmasternoob's topic in Energia - MSP
After upgrading the version of macOS, e.g. from Mojave to Catalina, you need to reinstall all the specific drivers. -
Programming MSP430 with Energia on Mac: No USB FET was found
Rei Vilo replied to grandmasternoob's topic in Energia - MSP
No problem on my side with macOS 10.15 Catalina. -
The Nokia 5110 84x48 and Nokia 7110 96x64 are affordable and easy to use, with libraries available for Energia. Another popular choice is the SSD1306-based 128x64 OLED screen. Use the Search box on the forum to get libraries and demoes.
-
Programming MSP430 with Energia on Mac: No USB FET was found
Rei Vilo replied to grandmasternoob's topic in Energia - MSP
Which macOS release? -
Try Random Numbers random() randomSeed()