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 from the application code.
“Normal” programmers can get away with the assumption that their C programs start executing from the main() function. But embedded developers need to know what happens before that. Lesson 13 explores ...
Prior knowledge needed: ECEA 5385 Industrial IoT Markets and Security, ECEA 5386 Project Planning and Machine Learning, experience with technical writing, foundational knowledge and experience in ...
What is a Real-Time Operating System (RTOS), and what does “real-time” mean anyway? What are the various kinds of state machines, and how to code them efficiently in C? What is object-oriented ...
Prior knowledge needed: Experience with technical writing, foundational knowledge and experience in embedded systems architecture, C programming, knowledge of digital logic analyzers and protocol ...