Core MCU Framework Overview

What is Core MCU Framework?

The Core MCU Framework is a specialized software platform designed for developing applications that run on microcontroller units (MCUs).

The goal of Core MCU Framework is to make it easy to move between various MCU processor platforms.

Portability Across Different MCUs

One of the primary challenges in embedded systems development is dealing with the heterogeneity of hardware. Different MCUs have their own sets of instructions, peripherals, and memory architectures. Core MCU Framework aims to abstract these differences so that developers can write code that is portable across various MCU processors. This means you can take a program designed for one MCU and adapt it to another with minimal changes.

Simplified Development Process

Core MCU Framework provides a collection of libraries and tools that simplify common tasks in embedded systems programming.

For example, Core MCU Framework offer standardized libraries for handling I/O operations, timers, interrupts, and other peripherals common to MCUs. This can significantly speed up the development process and reduce the learning curve when moving between different MCUs.

Consistent API

A uniform application programming interface (API) across various MCUs allows developers to apply the same code structure and calls, regardless of the underlying hardware. Core MCU Framework’s consistent API ensures that developers don’t need to relearn command sets or libraries when switching MCUs, thus saving time and reducing errors.

License

Core MCU Framework is free for non-commerical use.

This means, if you are a hobbyist or just want to play around with Core MCU Framework, you may do so.

However, if you are selling a product, making money from something using it – we need to talk. I think it is only fair to get a cut, so I can support my hobbies and create more cool stuff. Don’t you think so?


Core MCU Framework Software License Agreement

1. Definitions

2. Grant of License

3. Portability and API Consistency

4. Restrictions

5. Rights of the Licensor

6. Limitation of Liability

7. Termination

8. Miscellaneous

Versions

Core MCU Framework – Version is based on the specific MCU device you’re working with.

Core8-16F – Designed for PIC16 Series Devices – Compatible with:

Core8-18F – Designed for PIC18 Series Devices – Compatible with:

Releases

Core8-16F Releases

Date Version Notes
2024/09/09 1.0.0 Initial Version
2024/09/24 1.0.1 Added HAL Interfaces

 

Core8-18F Releases

Date Version Notes
2024/10/11 1.0.0 Initial Version - Beta
     

Core MCU Framework – Download

The Core MCU Framework Versions, along with drivers can be found in my Github Repo.

Core MCU Framework Download – Link