Application Notes and User Manuals Related to STM32CubeIDE

Application Notes and User Manuals Related to STM32CubeIDE

STM32CubeIDE is a free and powerful integrated development tool provided by ST, enriching the STM32Cube ecosystem. It is based on the Eclipse®/CDT framework, GCC compiler toolchain, and GDB debugger, and supports the addition of third-party plugins. At the same time, STM32CubeIDE is organically combined with ST’s STM32CubeMX configuration and initial code generation tool and STM32CubeProgrammer … Read more

Common IDEs for Microcontroller Development

Common IDEs for Microcontroller Development

Follow+Star Public Account, don’t miss the wonderful content Author | strongerHuang WeChat Public Account | Embedded Column IDE:Integrated Development Environment.IDE refers to tools used for software development, typically including an editor, compiler, debugger, graphical user interface, and various integrated tools.There are many integrated development environment tools (IDE) for microcontroller development. Below are some commonly used … Read more

Introducing ARM’s Latest Compiler AC6.12

Introducing ARM's Latest Compiler AC6.12

Follow/Star Public Account, don’t miss any updates This article discusses Arm Compiler 6.12 in conjunction with MDK-ARM V5.27. 1MDK Upgrade Content The preview version of MDK-ARM V5.27 has been released for several months:Keil MDK V5.27 Major Update, Preview Version Now Available Recently, the official version V5.27 has finally been released. Have you installed and tried … Read more

Beginner’s Guide to Downloading and Installing Python (Detailed)

Beginner's Guide to Downloading and Installing Python (Detailed)

Follow 👆 the public account and reply with 'python' to receive a beginner's tutorial! Source from the internet, please delete if infringed. Claim at the end of the article!!! Table of Contents 1. Python Official Website 2. In the Downloads section of the official website, choose the corresponding operating system 3. Go to the Windows … Read more

Embedded Tools: Common IDEs for Microcontrollers

Embedded Tools: Common IDEs for Microcontrollers

Follow+Starred Public Account Number, don’t miss the wonderful content Author | strongerHuang WeChat Official Account | Embedded Column IDE:Integrated Development Environment, a tool for software development.IDE refers to an application that integrates multiple tools for software development, usually including an editor, compiler, debugger, graphical user interface, etc.There are many integrated development environment tools (IDE) for … Read more

Overview: Common Tools for Developing Renesas MCUs

Overview: Common Tools for Developing Renesas MCUs

In the past two years, I have shared many articles about Renesas MCUs, and I have received a lot of attention from friends. Some beginners have also inquired about the development tools for Renesas MCUs. Today, I would like to share:Common development tools for Renesas MCUs! Integrated Development Environment (IDE)Types 1. e2 studio e2 studio … Read more

Questions and Answers on Microcontroller Application Systems

Questions and Answers on Microcontroller Application Systems

Why must the selection of microcontrollers be considered? Answer: The selection of microcontrollers is an important and labor-intensive task. If the microcontroller model is chosen appropriately, the microcontroller application system will be economical and reliable in operation; if the selection is inappropriate, it will lead to economic waste, affect the normal operation of the microcontroller … Read more

What Development Tools Are Available for STM32 Edge AI?

What Development Tools Are Available for STM32 Edge AI?

What development tools are available for STM32 Edge AI? STM32 has a complete ecosystem of hardware and software for Edge AI, aimed at helping developers efficiently implement Edge AI applications based on STM32 MCUs and MPUs. The STM32 Edge AI ecosystem consists of STM32 hardware platforms (MCUs and MPUs) and software development tools. A typical … Read more

Using Zephir as an Alternative to C for PHP Extension Development

Using Zephir as an Alternative to C for PHP Extension Development

What is Zephir Zephir (Z-End PHP Intermediate Representation) is a high-level language designed for PHP extension development. Its syntax is similar to PHP, but it is ultimately compiled into C code, resulting in high-performance PHP extensions. Its main feature is: allowing PHP developers to write native extensions without directly writing complex C code. If you … Read more

Understanding C++: Evolution, Implementation, and Development Tools

Understanding C++: Evolution, Implementation, and Development Tools

In the long history of programming languages, C++ occupies an irreplaceable position with its efficiency, flexibility, and powerful features. From system development to game engines, from embedded devices to high-performance computing, C++ is ubiquitous. This article systematically reviews the evolution of C++ standards, the technical characteristics of implementation vendors, the intrinsic relationship between standards and … Read more