In the ever-evolving world of embedded systems, there’s a pressing need to adopt best practices...
Read More >>>Yearly Archives: 2023
CEC – Agile for Embedded Developers
Agile has become the de facto methodologies used by most software development teams today. Does Agile really fit though with embedded software development? In this...
Read More >>>3 Modern Trade-offs in Embedded Systems Design
In any system design, there are always trade-offs that need to be made. Unfortunately, there is rarely a time when you can get your cake...
Read More >>>5 Tips for Writing a Makefile for Embedded Software
Makefiles are a fundamental tool that every embedded software developer needs to understand. Even if you use an Eclipse-based IDE, behind the scenes, a makefile...
Read More >>>Unveiling the Ultimate 5 AI Tools for Embedded Software Developers
AI tools and technologies can seem far removed from embedded systems and IoT edge device...
Read More >>>Visual Studio Code: A Guide to the MCUXpresso for VS Code extension
Modern embedded software development often requires customizing your build and development environments. You’ve probably found...
Read More >>>5 Essential Engineering Rules You Must Know to Succeed
In the dynamic world of engineering, engineering rules serve as guiding stars, steering professionals of all disciplines – be it software, mechanical, or others –...
Read More >>>How to Write Epic Hardware Abstraction Layers (HAL) in C
Hardware Abstraction Layers (HALs) are an important layer to every embedded software application. A HAL allows a developer to abstract or decouple the hardware details...
Read More >>>CEC – Machine Learning in Microcontrollers
Artificial intelligence and machine learning are revolutionizing the way that embedded software is developed. Developers traditionally hand-coded their algorithms, but machine learning is giving developers...
Read More >>>Mastering Embedded Build Systems: Exploring the 5 Essential Configurations
If you’ve ever developed embedded software, you know typical embedded build systems have just two...
Read More >>>CEC – Secure MCUs and RTOSs
Many embedded systems today must be secure. Many of these devices also have complex timing requirements that also require an RTOS. In this course, we...
Read More >>>Simulating Embedded Software: 3 Simple Tips for Better Results
Simulating embedded software is a technique that most teams underutilize or completely ignore. You’ve probably...
Read More >>>