McuOnEclipse Components: 28-Jan-2017 Release

I’m pleased to announce that a new release of the McuOnEclipse components is available in SourceForge, with the following main features and changes:

  • New Sharp Memory Display Driver supporting 96×96 and 128×128 pixel ultra low power display
  • PID_Int can be used without hardware
  • GenericTimeData has added functions to convert date/time into strings
  • HardFault can now disable write buffers on ARM Cortex to simplify debugging faults
  • Folder support for SEGGER SystemView and Percepio FreeRTOS+Trace
  • Component usage without Processor Expert
  • NXP MCUXpresso SDK support for FreeRTOS using tickless idle mode and low power timer
  • Many other smaller bug fixes and enhancements
SourceForge

SourceForge

Sharp Memory Display

The Sharp Memory Displays are supported with a new component:

Sharp Memory Display Methods

Sharp Memory Display Methods

Sharp Memory Display Properties

Sharp Memory Display Properties

See “Low Power LCD: Adafruit Breakout Board with Sharp Memory Display” and “Upgrading to Sharp 128×128 Pixel Memory Display” for more details.

Sharp Memory Display 128x128

Sharp Memory Display 128×128

PID_Int

The PID_Int closed loop controller supports now ‘hardware less’ configuration:

PID_Int

PID_Int

GenericTimeDate

Beside fixing reported issues, there are now functions available to convert time/date into strings:

GenericTimeDate

GenericTimeDate

HardFault

To better debug ‘imprecise’ hard faults on ARM Cortex-M3/M4/M7, the component has an option to disable write buffers. This impacts performance, but simplifies tracking the cause of the hard fault (see https://community.nxp.com/docs/DOC-103810):

Disable Write Buffer

Disable Write Buffer

Percepio Trace And Segger SystemView Folder Support

Percepio trace properties have been re-arranged for easier usage. Additionally, I can now specify where the files shall be generated:

Folder Support for Percepio Trace

Folder Support for Percepio Trace

That way I can build a custom folder structure:

Folder Structure

Folder Structure

The same for Segger SystemView:

Segger SystemView Folders

Segger SystemView Folders

Component Usage without Processor Expert

If you are not using Processor Expert, you can use the McuOnEclipse library on GitHub without it. For this, there is a project on GitHub which has a set of component source files generated, so you can use the components without Processor Expert too, on any platform. The project contains normal source files:

McuOnEclipse Library Project

McuOnEclipse Library Project

Besides many other components, the library has now the latest FreeRTOS, Segger SystemViewer and Percepio Trace Recorder components included.

NXP MCUXpresso SDK with FreeRTOS

NXP MCUXpresso SDK V2.0 is now supported with  FreeRTOS v9.0.0 with optimized task selection, tickless idle mode, low power timer, Segger RTT, Segger SystemViewer and Percepio Trace, all in one package.

FreeRTOS

FreeRTOS

Summary

The changes are documented on GitHub. The release is available on SourceForge: https://sourceforge.net/projects/mcuoneclipse/files/PEx%20Components/. See “McuOnEclipse Releases on SourceForge” how to install the update.

I hope you find the new release useful for your projects.

Happy Updating 🙂

Links

7 thoughts on “McuOnEclipse Components: 28-Jan-2017 Release

  1. Thanks a lot for sharing, Eric.You are Angel for us the Freescale/NXP developers :-). Please don´t stop this sharing. We must pay for all this work. Please tell us how can we show gratitude. But please don´t stop..

    Like

  2. Hi Erich,

    Great set of updates, however I’ve just updated the components as I’m following the Data Logger with the FRDM-K64F tutorial but, since updating I’ve had lots of different errors when trying to generate code.

    For example, I have:

    “Component is not selected (Shell)” when there is no shell component present in my project.

    “Error in the inherited component settings (CDCDevice)”

    “RTOS has not been assigned to FAT_FileSystem” when the “RTOS” option is unselected.

    “Selected component/template is not registered in the interface” for KinetisSDK

    Any suggestions? I’ve done a reboot, clean project, etc and get the same errors.

    Thanks,
    Kevin

    Like

What do you think?

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