Getting Started with Zephyr RTOS
Zephyr RTOS is overkill.And that’s exactly why you should learn it. Most developers start their careers with a bare-metal loop…
Jacob's Blog
Category Archives: RTOS
Zephyr RTOS is overkill.And that’s exactly why you should learn it. Most developers start their careers with a bare-metal loop…
Have you ever worked with a real-time operating system (RTOS) only to discover it didn’t have the resolution to schedule…
If you’ve ever wondered what difference an MPU makes in RTOS performance you’re not alone. Enabling MPU support can help…
In today’s fast-changing world of embedded systems and IoT, devices are becoming more interconnected and taking on increasingly complex tasks,…
There comes a time in every development cycle when you must choose the foundation on which your software will be…
Many embedded systems today must be secure. Many of these devices also have complex timing requirements that also require an…
Have you ever heard the term OSEK RTOS before and wondered what the difference between OSEK RTOS and an RTOS…
post will explore everything you need to know about Semaphores and Mutexes. You’ll learn what they are, where to use them, and how to avoid common issues.
Have you ever had a conversation with your boss or a colleague about embedded software only to discover that you…
A bootloader is a light-weight application that manages the boot and update process of a microcontroller-based product. The bootloader is…
More than 50% of all embedded software projects use Real-time Operating Systems (RTOS). Unfortunately, using an RTOS can pose several…
How embedded software is designed and built has evolved over the last several years. Embedded systems are no longer simple…