In embedded systems design, C++’s object-oriented features are typically introduced only after the platform hardware and RTOS have been fully initialized. In this article, I will demonstrate the significant benefits of using C++—instead of plain C—for low-level embedded tasks such as hardware register access. Access Hardware Register in C Style Following is how to updateContinue reading “C++ vs C: Enhancing Embedded System Design”
Tag Archives: software-development
CI/CD Illustrated with Example
We all know CI/CD (Continuous Development/Continuous Integration) is the modern way in the current software development process. In this article, a real working example using this technology is illustrated using one of my real, daily, firmware feature development examples, which I believe will make this abstract concept more tangible and understandable if you never haveContinue reading “CI/CD Illustrated with Example”