Why C++ is Not Recommended for Microcontroller Programming

Why C++ is Not Recommended for Microcontroller Programming

Generally speaking, when programming on microcontrollers, it is either assembly or C language, and it is rare to develop with C++, so why is it not recommended to develop microcontrollers with C++? Below, I will combine Keil and STM32 to explain the content of writing a running light program in C++, to see why C++ … Read more

Installing OpenCV on Raspberry Pi 4B for Mobile Robot Control

Installing OpenCV on Raspberry Pi 4B for Mobile Robot Control

opencv This article introduces the installation of OpenCV on Raspberry Pi 4B. Due to the relatively large project, it is developed in C++ rather than Python, making the installation of OpenCV somewhat more complex. During the installation process, some issues may arise due to the OpenCV version being too high for the Raspberry Pi system. … Read more

Why C++ is Not Recommended for Microcontroller Programming

Why C++ is Not Recommended for Microcontroller Programming

Follow+Star Public Account, don’t miss out on exciting content Author | strongerHuang WeChat Public Account | Embedded Column Generally speaking, when programming on microcontrollers, either assembly or C language is used, and it is rare to develop with C++. So why is it not recommended to use C++ for microcontroller development? Below, I will discuss … Read more