MCUXpresso IDE V11.1.0

Right before Christmas 2019, NXP has released a new version of the MCUXpresso IDE, the version 11.1.0. This gave me time to explore it over the Christmas/New-Year break and evaluate it for the next university semester. There are several new features which will make my labs using it easier, so I plan to get the course material updated for it.

MCUXpresso IDE V11.1.0 Welcome Screen

MCUXpresso IDE V11.1.0 Welcome Screen

After the break you will find the highlights …

Welcome and SDK Download

The V11.1.0 comes with a new ‘Welcome’ screen and system:

MCUXpresso IDE V11.1.0 Welcome Screen

MCUXpresso IDE V11.1.0 Welcome Screen

The IDE supports the new SDK 2.7 plus includes the V7 configuration tools.

What is new too is the presence of a dedicated Eclipse Plugin to manage the SDKs: instead going to the MCUXpresso SDK website I can use the plugin to filter for board and MCUs and directly load and install the SDKs, plus creating a project for it.

Install MCUXpresso SDKs

Install MCUXpresso SDKs

Installed SDK’s view

The above dialogs to download and install the SDKs from the web can be accessed from the Installed SDKs view too. Additionally there are two new tabs to show the available boards and devices:

Installed SDKs

Installed SDKs

TEE Tool

I’m currently not using the LPC55S69 in my classes. But the IDE comes with the TEE Tool which makes memory configuration for TrustZone secure/non-secure areas easier (it was already part of the previous release). It configures access policies for memory areas and peripherals.

Secure Provisioning Tool

TEE Tool

SDK Generator

Something I have not used yet but could be useful for the labs: there is the ability to create a custom board SDK: in the labs we use custom boards, and that way we could create a dedicated SDK for it.

creating custom SDK for board

creating custom SDK for board

Black Theme

Installing the Dark Theme (see “Installing Darkest Theme with MCUXpresso IDE 10.2“) could have negative side effects in Eclipse, that’s why in MCUXpresso IDE it comes with a dedicated built-in theme which is a big plus for all the ‘dark theme lovers’. In this release the views and icons have been updated to show it nicely and dark:

Dark Theme in MCUXpresso IDE

Dark Theme in MCUXpresso IDE

Image Info

The Image Info view has two now buttons: one to deal with multiple build configurations and one to directly jump to the main symbol:

Image Info

Image Info

LinkServer

Flash programming speed using LinkServer connections are now much faster as it compares already existing flash content and only re-programs blocks if they have changed. The log output has been extended with progress information during flash programming:

LinkServer Debug Console Output

LinkServer Debug Console Output

Code Size Reduction

I observed a code size reduction for some of my SDK projects. The release notes mention that two new options (-fmerge-constants and -fmacro-prefix-map) have been added to the compiler settings:

Merge Constants

Merge Constants

The combination of the two allows the linker to optimize constant data usage. Depending on SDK and constant usage, this can save a great deal of FLASH memory.

Summary

Overall this is a very solid release with new and useful functionality, in addition to the bug fixes. Especially the SDK enhancements will make using it in a classroom environment more powerful, and I’m sure students will love the Dark Theme too. There are more details available in the community article (see links section at the end of this article).

Happy MCUXpressing 🙂

Links

9 thoughts on “MCUXpresso IDE V11.1.0

  1. My problem now is this is 64bit only and it also warns that it will change projects to be incompatible with older versions … since we have 32bit machines as well as 64bit, we cannot any longer get MCUXpresso updates

    Like

    • Yes, 32bit is going away, simply because Eclipse is 64bit too. This is of course not good if you need for some reasons to stay with 32bit.
      The thing with the older versions: When I switch to a newer CDT/Eclipse, by design projects can be upgraded, but not downgraded. Granted, it can work most of the time, but once I switch to a newer version with a project, I don’t open it in an earlier version. If I have to keep it with two versions, I create a branch in git for it.

      Like

  2. Pingback: Enable Default FreeRTOS Debugging for LinkServer Debug Connections | MCU on Eclipse

  3. Pingback: Visualizing Data with Eclipse, gdb and gnuplot | MCU on Eclipse

  4. Pingback: Tutorial: Maximum Clock Frequency for Kinetis using MCUXpresso Clock Tools | MCU on Eclipse

  5. Pingback: FatFS, MinIni, Shell and FreeRTOS for the NXP K22FN512 | MCU on Eclipse

  6. Pingback: Tutorial: Adding FreeRTOS to where there is no FreeRTOS | MCU on Eclipse

  7. Pingback: How to get Data off an Embedded System: FatFS with USB MSD Host and FreeRTOS Direct Task Notification | MCU on Eclipse

  8. Pingback: MCUXpresso IDE V11.2.0 | MCU on Eclipse

What do you think?

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.