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
Freedom development platform
  • Products
  • Dev Tools
  • Freedom development platform
  • More
  • Cancel
Freedom development platform
Documents Freescale CodeWarrior for MCU10.3 beta is now available (tool for the Kinetis-L Freedom FRDM-KL25Z)
  • Blog
  • Forum
  • Documents
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Freedom development platform to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Engagement
  • Author Author: FreescaleTools_and_Software
  • Date Created: 2 Oct 2012 12:34 PM Date Created
  • Last Updated Last Updated: 8 Oct 2021 5:13 AM
  • Views 623 views
  • Likes 0 likes
  • Comments 0 comments
Related
Recommended

Freescale CodeWarrior for MCU10.3 beta is now available (tool for the Kinetis-L Freedom FRDM-KL25Z)

This tutorial was extracted from Erich Styger blog http://mcuoneclipse.wordpress.com with his agreement

 

 

Today is the ‘L Day’ for Freescale: After the announcement of the Cortex-M0+ family (Kinetis-L) earlier this year, it has been launched on the Freescale web site. Given the positive echo on my post around the FRDM-KL25Z Freedom board (which has a Kinetis Cortex-M0+ KL25 on it) and the fact that production board is shipping these days, a lot of engineers were waiting for the CodeWarrior for MCU10.3 as it is in my view the development tool of choice as well for ARM Kinetis-L. And right on time, the MCU10.3 beta is available for download HERE. Time to show what I have noticed as new and noteworthy…

 

 

This new Codewarrior 10.3 version includes gcc for Kinetis (both K and L series). So this means that another open source tool is available for me to develop embedded applications :-) .

 

Compared to MCU10.2, the new release comes with many larger and smaller improvements I try to list here. More information is available here and here:

 

  • New support for Kinetis-L and S12Z.
  • IDE startup time is reduced, as more things are running in the background. But it takes somewhat longer the very first time after installation.
  • ARM GCC Build tools for Kinetis, both Cortex-M4 and Cortex-M0+: 

ARM gcc Build Tools

ARM gcc Build Tools

 

  • It includes Eclipse 3.7 (MCU10.2 is Eclipse 3.6): 

 

Eclipse 3.7

Eclipse 3.7

 

  • It comes with greatly simplified perspectives (see http://blogs.freescale.com/2012/09/25/codewarrior-ide-v10-3-a-whole-new-perspective/): a lot of unused or rarely used menus, toolbar items and views are removed by default. Still, I can customize it, but now everything is much easier to use as the views not overloaded any more. This applies both to the C/C++ perspective, but as well to the Debug Perspective:

Simplified C Perspective 

Simplified C Perspective

 

 

Simplified Debug Perspective

Simplified Debug Perspective

 

  • A brand new Commander View which gives one-click access to the most frequent things:

Commander View

Commander View

 

  • Extended and simplified ‘Flash File to Target’, with the ability to unprotect devices: 

 

Flash File to Target

Flash File to Target

 

  • Double Hammer Icon in the toolbar to build all projects: 

 

Double Hammer

Double Hammer

 

  • I can delete a whole group in the problems view (I do not need to select all messages any more): 

Delete Group in Problems View  Delete Group in Problems View

 

 

  • The new project wizard is simplified. No need any more to select the package if creating a Processor Expert project. No useless ‘Add Files’ dialog any more. And it automatically filters for devices (so no need to use wildcards):

automatic filtering

automatic filtering

 

  • There is now a clean separation between Project (CodeWarrior Projects View) and Processor Expert (Components View): 

Projects and Component Views

Projects and Component Views

 

 

  • Copy-Paste of Processor Expert components between projects and workspace. And now it is possible to use a shortcut (Delete) to remove a component: 

Copy Paste of Processor Expert Components, plus Delete shortcut

Copy Paste of Processor Expert Components, plus Delete shortcut

 

  • Processor Expert user components can be removed from the library:

Deleting User Component 

Deleting User Component

 

  • Switching the workspace allows me to copy settings:

  Switching Workspace

Switching Workspace

  • Better integration into Windows 7: while building it shows progress in the task bar: 

 

Progress in Windows 7 Taskbar

Progress in Windows 7 Taskbar

I continue to explore the features and hidden treasures.

 

One more thing: there is no Linux host support with this beta. While in general Linux support is a good thing, I realized as well in my lecture classes that only 5-8% of the students wanted to use Linux, and most ended up using Windows host for various reasons. So to me it is not a big surprise.

 

 

Summary

 

For me this CodeWarrior is the best ever. There are many more changes, and the release notes are a good source for more exploration. I had the chance to use the pre-beta for an extended period, and was very pleased with it. Clearly, this is a beta, and not everything is perfect. But I expect that things get even better for the final MCU10.3 which should come out to the end of the year. I’m looking forward to that one..

 

Happy Beta Testing :-)

  • 10.3
  • ide
  • compiler
  • freescale
  • debugger
  • Cortex-M
  • codewarrior
  • frdm-kl25z
  • kinetis-l
  • arm
  • Share
  • History
  • More
  • Cancel
  • Sign in to reply
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