1. In a big company, doing ASIC design verification for a WCDMA modem for 3G cellular chips. 2. Small company, doing Embedded Software Programming. Working on the design and implementation of layer 1 ...
The last two articles have explored the five steps to designing an embedded software architecture. So far, we have seen a need in modern embedded systems to separate software architecture into ...
If you’re an embedded developer, you probably hear about all the cool things in AI, like AI agents, synthetic data, multimodal systems, and more. But let’s be honest, you’re probably ignoring quite a ...
Mention embedded programming and most will automatically think of C. But while it’s still the dominant language for the space, these days C has lots of company. The Internet of Things (IoT) is one of ...
If there is one thing in software engineering that is a given, it’s that engineers need continuous education. While graduating college might have made us think that we were “done,” the truth is that ...
Every good hardware or software design starts with a structured approach throughout the design cycle, but as chip architectures and applications begin focusing on specific domains and include some ...
Static analysis works on source code and tries to identify errors based on what it can tell about the program. For example, it can highlight “dead code” that will never execute. And sometimes it can ...
Successfully developing and launching an embedded system requires a wide range of skills in a variety of engineering disciplines. Every embedded systems development team needs knowledge in eight ...
Editor's note: This is a brief excerpt from article on EE Times' Programmable Logic Designline. To read the full article, click here. Sven Andersson's tutorial “How to design an FPGA from scratch” was ...