element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • 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
  • About Us
  • 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 Build Bootloader compatible firmware for EasyL1105 MSPM0 board with Code Composer Studio
  • 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: 12 Sep 2025 5:36 PM Date Created
  • Views 776 views
  • Likes 7 likes
  • Comments 2 comments
  • MSPM0L1105
  • ccs
  • MSPM0
  • bootloader
  • easyL1105
  • texas instruments
  • code_composer_studio
Related
Recommended

Build Bootloader compatible firmware for EasyL1105 MSPM0 board with Code Composer Studio

Jan Cumps
Jan Cumps
12 Sep 2025
Build Bootloader compatible firmware for EasyL1105 MSPM0 board with Code Composer Studio

 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.

image
(post that introduces the kit)

 Required hardware and software

  • EasyL1105 kit
  • a version of Code Composer Studio that supports MSPM0. I use ccstudio 20
  •  EasyL1105 MSPM0 board: hello, world example project

Generate firmware in ihex format

ccstudio configures your GCC project to generate ARM ELF firmware. The bootloader expects ihex. These additional steps in the project setup build output in that format.

enable GNU ObjectCopy Utility

image

configere GNU ObjectCopy

image

image

  • output file name: ${PROJECT_BUILD_DIR}/${ProjName}.hex
  • format: ihex
  • flags: --gap-fill 0xFF

That's all. You now have a compatible firmware binary

Programming the kit

This is explained in  EasyL1105: A Dev Board for the TI ARM Cortex-M0+ L-Series .
Here's my command line:

python3 "C:\Users\jancu\Documents\git\git_shabaz\easyL1105\mspm0_programmer\python\mspm0_prog.py" --port COM18 C:\Users\jancu\workspace_ccstheia\EasyL1105_helloworld\Debug\helloworld.hex

Thanks for reading.

Related posts

  • Sign in to reply
  • Jan Cumps
    Jan Cumps 1 month ago in reply to shabaz

    I tried it with 6 projects, and they all worked with SWD and bootloader

    I'm trying a larger project with FreeRTOS. Still struggling to get past compile errors.
    If that one loads with the bootloader, anything will.

    disclaimer: don't know about signed firmware yet. I haven't got that working in either case.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • shabaz
    shabaz 1 month ago

    Glad that Python programmer is working! It does need more testing, so if you ever come across a situation where you're getting unexpected results with it, it may be worth double-checking with the result with SWD or UniFlash etc. I dont know of any bug with the Python programmer so far, but Ive only used it for small simple programs.

    • 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