Why C++ is Rarely Used in Microcontroller Development
When it comes to embedded programming, many people’s first impression is C/C++. However, you will find that microcontroller development is mostly done in C, with very few using C++. So, can C++ be used for microcontroller development? The answer is definitely yes. Below, based on Keil and STM32, I will describe how to use C++ … Read more