Learn to write embedded software in C and deliver applications that are small, efficient, and fast. In this course, instructor Eduardo Corpeño explains how C programming and the Internet of Things combine in embedded applications—software that permanently resides on a device. He reviews the challenges involved in this type of programming, ranging from memory, storage, and power limitations to hardware awareness. He explains how different data types can affect the performance of your app and reviews bit manipulation—an area where C shines. Eduardo shows how to manipulate bit-level data using bit masking and bit fields, demonstrating the strengths of both techniques with an Arduino controller. Then learn how to use the volatile and const variables to enforce data correctness and read-only access, and explore alternatives to traditional functions, which may take too long to run, and floating-point math, which consumes CPU.
Related topics
| Topic | Replies | Views | Last Activity | |
|---|---|---|---|---|
| [GET] Embedded C Programming for Embedded Systems | Udemy | 0 | 1635 | November 6, 2018 | |
| C Programming Resources | Tutorials | PDF & eBooks :star: | 1 | 1960 | July 1, 2022 | |
| Programming In C | Learn Programming | 0 | 1927 | December 23, 2020 | |
| [COUPON] C Programming for Beginners - Master the C Fundamentals | UDEMY | 0 | 1692 | June 12, 2020 | |
| C/C++ Programming, Algorithms & Data Structures Masterclass | Download Free | 0 | 839 | December 15, 2023 |

!