element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Embedded and Microcontrollers
  • Technologies
  • More
Embedded and Microcontrollers
Blog mods for EasyL1105 MSPM0 board Rev1
  • Blog
  • Forum
  • Documents
  • Quiz
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Embedded and Microcontrollers to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: Jan Cumps
  • Date Created: 13 Sep 2025 11:57 AM Date Created
  • Views 313 views
  • Likes 6 likes
  • Comments 5 comments
  • MSPM0L1105
  • MSPM0
  • easyL1105
  • texas instruments
Related
Recommended

mods for EasyL1105 MSPM0 board Rev1

Jan Cumps
Jan Cumps
13 Sep 2025
mods for EasyL1105 MSPM0 board Rev1

 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 Slight smile).

image
(post that introduces the kit)

Some of the changes will be available in Rev2 of the PCB. Others, I've done for a specific design.

1: UART RXD pin

This modification will be an option in Rev2.

UART RXD uses PA18. This is shared with the bootloader invoke. It's not easy to balance the bootloader pulldown, and the internal TX pull-up of the CH340K.
This resulted in the board not starting up with the UART RX jumpers of J3 placed (= use USB for UART). I switched to PA9 for UART RX.

top side changes:

  • remove R3, but keep it handy

image

bottom  side changes:

  • solder the saved R3 to PA9 (J2.2)
  • solder a bodge wire between the other side of the resistor, and J3.2 (where it then can be connected to the UART IC via a jumper)

image

SysConfig

image

2: UART RXD pull-up.

This modification will be available in Rev2.

This is a must do if you do mod 1. Advised if you don't do that mod.

The USB IC pulls its TX to 5V when idle. On the MSPM0, this results into voltages above the 3.6V maximum. The modification pulls that signal (closer) to the3.3V rail.

image
image source: Rev2 schematic of shabaz

bottom  side changes:

  • with an exacto knofe, cut the small trace from J3.1 to a via, as close to the J3 pin as you can
  • scrape the solder mask carefully off the remainder of that trace, up to where it meets the ground plane.
  • I put capton tape on the area above J3, from pin 1 to almost the trace that we just scraped.
  • solder a 10K resistor to J3.1
  • solder a bodge wire from the other side of the resistor to a J2.2 (3V3)
  • solder the anode of a diode to the same J3.1. Ideally, something like an SMD 1N4148, that fits between the pin and the scaped trace
  • solder the cathode of that diode to the trace you just scraped the mask off.

image

image

No SysConfig changes

Blue LED not on analogue pin

This is for my own project. Also expected in Rev2.

I want to use the internal opamp (GPAMP), and only PA26 can be used as the non-inverting input. The LED circuit that's attached to the pin interferes with it. I'm rerouting the blue LED functionality to the less exciting PA14

bottom  side changes:

  • desolder R11
  • solder it back, 90° turned, to its left pad (next to the label)
  • solder a bodge wire between the other side of the resistor, and J2.5 (PA14)

image

SysConfig

image

*RST pull-up

This modification will be available in Rev2.

It's a necessary change. Detected by shabaz  during the initial tests, and documented in  EasyL1105: A Dev Board for the TI ARM Cortex-M0+ L-Series .

image
image source: Rev2 schematic of shabaz

bottom  side changes:

  • solder a 4K7 resistor to the left side of R8 (next to the label)
  • solder a bodge wire from the other side of the resistor to J3.10 (*RST).

image
image source: kit intro blog post by shabaz

No SysConfig changes

Thanks for reading. Happy experimenting!

Related posts

  • Sign in to reply
Parents
  • shabaz
    shabaz 2 days ago

    Hi Jan,

    I'll make that blue LED (op amp pin) mod on circuit, that's definitely worth doing on the rev 2!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • shabaz
    shabaz 2 days ago

    Hi Jan,

    I'll make that blue LED (op amp pin) mod on circuit, that's definitely worth doing on the rev 2!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Children
  • Jan Cumps
    Jan Cumps 2 days ago in reply to shabaz

    great! I updated that section to show it 'll be in Rev2

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube