TI's SDK for the MSPM0 family has a set of examples. They are all targeting one of their LaunchPad dev kits. In this post, I'm porting another one to the EasyL1105.
The example, pwm_led_driver, changes the brightness of an LED by changing t...
shabaz designed a development kit for the recent Texas Instruments MSPM0 microcontroller series. This 4 part blog series documents the steps to design a PID temperature controller. Part 2: add ADC to sample the temperatu...
shabaz designed a development kit for the recent Texas Instruments MSPM0 microcontroller series. This 4 part blog series documents the steps to design a PID temperature controller. Part 1: the framework.
(post that ...
TI's SDK for the MSPM0 family has a set of examples. They are all targeting one of their LaunchPad dev kits. In this post, I'm porting another one to the EasyL1105.
The example, adc14_14bit_resolution, uses hardware to oversample the 12 bit...
TI's SDK for the MSPM0 family has a set of examples. They are all targeting one of their LaunchPad dev kits. In this post, I'm porting another one to the EasyL1105.
The example, sysctl_shutdown, starts the MSPM0 in a selectable low pow...
TI's SDK for the MSPM0 family has a set of examples. They are all targeting one of their LaunchPad dev kits. In this post, I'm porting another one to the EasyL1105.
The example, adc12_triggered_by_timer_event_stop, combines an ADC design with lo...
In an earlier post, I tested the EasyL1105 MSPM0 kit with Code Composer Studio and an XDS110 debug probe. That blog covered the standard functionality: program the device, step through the code. This time, I try the EnergyTra...
shabaz designed a development kit for the recent Texas Instruments MSPM0 microcontroller series. I have a Rev1, and have made a few modifications.
In this post, I document them (mainly as a reminder for @self ).
(post th...
shabaz designed a development kit for the recent Texas Instruments MSPM0 microcontroller series. In this post, I build a .HEX file that can be used with the Python bootloader for this board.Level: very easy.
(post that i...
shabaz designed a development kit for the recent Texas Instruments MSPM0 microcontroller series. In this post, a little hello, world example. Complexity: low.
(post that introduces the kit)
Required hardware an...
shabaz designed a development kit for the recent Texas Instruments MSPM0 microcontroller series. In this post, I show how to use a LaunchPad as debugger for that board. Complexity: low.
(post that introduces the kit)
...
TI's SDK for the MSPM0 family has a set of examples. They are all targeting one of their LaunchPad dev kits. In this post, I'm porting one to the EasyL1105.
The example that I'll use is an FFT analysis design that's written for the LP-MSPM0C1106 laun...
shabaz designed a development kit for the recent Texas Instruments MSPM0 microcontroller series. In this post, I try to make it work with TI's toolchain: Code Composer Studio, and the XDS110 debugger.
This introduction post&n...
Hello Element14 Community members,
I have been working on element14 roadtest for ST-WINBX1 and wanted to know about the problem that I am facing to get the sensor data.
I am using Zephyr OS. I am getting the data for one accelerometer but after tha...
Table of Contents
Introduction
Circuit Description
1. Microcontroller Core
2. USB UART
3. Voltage Regulator
Circuit Board
Building and Running an Example Project
Summary
TLDR Section
The easyL1105 is a TI MSPM0L1105 Development Board ...
The Teseo-LIV3 GPS module (as used in shabaz ' GPS / Galileo / BeiDou / GLONASS receiver) talks UART and I2C. I developed an OO driver and parser for it.The Raspberry Pico port of that library is now ready for release 7....
USTC's Zuchongzhi 3.0 quantum processor outperforms modern supercomputers. (Image Credit: USTC)
Researchers at the University of Science and Technology China (USTC) developed the fastest quantum processor called the Zuchongzhi 3.0, which outpace...
Hello Guys,
I tried to follow the document attached to build yocto BSP for my maxxboard-osm93, all the step successfully but when bitbake avnet-image-full, it keep get same error (attached log.txt)community.element14.com/.../log.txtcommunity.element1...
Table of Contents
Blog List
Introduction to I2C hardware
I2C API in ESP-IDF
Programming sequence
References
Blog List
ESP32 UART tutorialESP32 ADC tutorial
Some time ago I wrote two blogs about programming ESP32 devices. One of them was abou...
(Image credit: Eric Schrader via Wikimedia)
Capacitors are described as electronic components that store and release electrical energy as part of electrical or electronic circuits. They’re typically comprised of two conductive plates separate...
(Image credit: element 14 via YouTube)
LED wristwatches are still popular even after 53 years since Hamilton Watch Company and Electro-Data introduced Pulsar, the first LED (or digital) wristwatch. Clem Mayer of Mayer Makes is also a fan of LED wat...
(Image credit: Element 14 via YouTube)
Engineers and makers have been repurposing, or upcycling, old electronics for decades. In the 1950s and 1960s, resourceful people would modify old military surplus electronics left over from WWII for everything...
At Google Cloud Next ’25, Google unveiled its next-gen AI accelerator chip, Ironwood. (Image Credit: Google Cloud/YouTube)
Earlier this month, Google introduced its best-performing and scalable custom AI accelerator, Ironwood, the company&rsqu...
Table of Contents
Blog List
Introduction to UART in ESP32
References
Blog List
ESP32 ADC tutorial
Some time ago I wrote a blog about how to use ADC (Analog to Digital) converter inside ESP32 chip. ADC is one of the very basic peripherals for an...
The Teseo-LIV3 GPS module (as used in shabaz ' GPS / Galileo / BeiDou / GLONASS receiver) talks UART and I2C. I developed an OO driver and parser for it.The Raspberry Pico port of that library is now ready for releas...