Zephyr

Seeing Inside the Scheduler

Seeing Inside the Scheduler

RTOS applications rarely fail because a single task is misbehaving. Instead, problems emerge from interactions that are often invisible at the code level.

read more
Mars-Level Insight for Embedded Systems

Mars-Level Insight for Embedded Systems

If you’ve ever wished you could see exactly what’s happening inside your firmware – every subtle timing hiccup, every task that occasionally runs too long – you’re going to want to stop by at our Embedded World booths

read more
Max Maxfield – “Well, Fork Me with a Dining Philosophers Problem”

Max Maxfield – “Well, Fork Me with a Dining Philosophers Problem”

One question I’m often asked—and one I often ask myself—is, “How many people are currently involved in developing embedded systems?” Counting engineers is a slippery problem (especially mechanical engineers, because they are often dripping in oil). I’d hazard a guess that there are probably between 2 and 4 million embedded professionals globally (depending on how we define ‘embedded’ and ‘professionals’), including both hardware designers and software/firmware developers.

Now I have another question for you. How many embedded system development teams around the world are using the tools from Percepio? The answer to this one is easy: “Not as many as there should be!”

read more
5 Tips for Mastering Zephyr RTOS

5 Tips for Mastering Zephyr RTOS

Right now, interest in Zephyr is snowballing. The project already supports more than 780 boards and 150 shields, but what really sets it apart is more than just its technical flexibility.

read more
Naming your kernel objects

Naming your kernel objects

When using Percepio Tracealyzer and TraceRecorder, you may have noticed that thread names show up automatically, while other kernel objects (like queues or semaphores) are only displayed as hexadecimal numbers. But in the demo traces, all kernel objects have proper...

read more
What I learned about Zephyr threads

What I learned about Zephyr threads

To walk through various preemptive scheduling scenarios in Zephyr RTOS, I will use the professional tracing tool Percepio Tracealyzer® with J-Link RTT streaming.

read more
Unlocking Zephyr Debugging

Unlocking Zephyr Debugging

At Percepio, we appreciate Zephyr’s hardware abstraction and kernel architecture, which make it easy to get up and running on a wide range of hardware. Thanks to this, we have validated that Percepio Tracealyzer works on over 600 Zephyr-supported development boards.

read more
Tracealyzer on Zephyr – Examples from AC6

Tracealyzer on Zephyr – Examples from AC6

AC6, Percepio's training partner in France, have published a series of Zephyr blogs demonstrating how Percepio Tracealyzer can help you analyze multithreading issues. Common multithreading problems and their fixes - Part 1 Part 2: Producers-Consumer(s) Problem Part 3:...

read more