News, Stories, and Articles
Have you ever struggled to create a single Yocto project that can accommodate multiple variants, such as different hardware or software configurations? Containerizing Yocto can be a solution, but the...
In today’s interconnected world, embedded systems are both ubiquitous and increasingly vulnerable to cyberattacks. In fact, cybersecurity is often not just a matter of protecting sensitive data...
While cleaning out my desk drawers recently, I stumbled upon a small, unassuming object that transported me back in time. It was a 32 MB (not a typo) USB flash drive, a relic from the early days of...
Recently, my 16-year-old daughter came to me with this question: “Dad, do you think I could be an embedded systems engineer like you?” I was thrilled by her interest. This is what I shared...
In our previous articles (part 1, part 2, part 3), we established a foundation for task prioritization in FreeRTOS, outlining a multi-tier system for effective task management. While we’ve...
When it comes to embedded systems, resource constraints are king. Every byte of memory and every cycle of processing power needs to be carefully considered. This can be a major challenge when you need...
In our previous articles (part 1, part 2), we established a foundation for task prioritization in FreeRTOS, outlining a multi-tier system for effective task management. To further refine our task...
The integration of C++ into the realm of embedded systems, particularly microcontrollers, has been a significant development. This powerful language, with its object-oriented paradigm and rich...
In our previous article, we established a foundation for task prioritization in FreeRTOS, suggesting a three-tier system for most applications. However, certain applications may require an additional...