Developing STM32 on Linux: Compiling BIN and HEX Files with GCC ARM None EABI Toolchain

Developing STM32 on Linux: Compiling BIN and HEX Files with GCC ARM None EABI Toolchain

1. Why Not GCC When developing STM32, the compilation toolchain must use gcc-arm-none-eabi. Why not GCC?This relates to cross-compilation in Linux, as we need to compile programs that can run on ARM from a PC. Using GCC will compile programs that run on the PC, so we need to use gcc-arm-none-eabi for cross-compilation~ 2. Introduction … Read more

Introduction to STM32H5 Development Board

Introduction to STM32H5 Development Board

Without clicking the blue text, how can we have a story? STM32H503 Power Supply Communication QQ group: 615061293 STM32H503RBTx_LQFP64 is an outstanding evaluation kit of the STM32H5 series microcontrollers, manufactured using advanced 40nm technology, providing developers with excellent performance and energy efficiency. With a main frequency of up to 250MHz, the Arm® Cortex®-M33 core offers … Read more

RK3588 Linux System and Application Development Manual

RK3588 Linux System and Application Development Manual

iTOP -RK3588 development board user manual is now available, and subsequent materials will be continuously updated to help users get started quickly and greatly enhance R&D speed. The Xunwei RK3588 development board has completed adaptation for the Linux system, and new documentation tutorials have been added to assist everyone in learning—《itop-3588 Development Board Linux System … Read more

Ultimate Guide to Using Android Studio

Ultimate Guide to Using Android Studio

Source: Focus on APP Development – JianShu Link: www.jianshu.com/p/7d9f91e86989 Introduction Development Tool: Android Studio 2.1.2 (Mac version) Development Environment: OS X EI Capitan Version 10.11.5 1. Common Shortcuts There are many shortcuts introduced online, I will only write a few that I often use: Ctrl+R to run APP, Ctrl+Alt(Option)+O to remove unused jar packages, Alt(Option)+Command+L … Read more

Latest Developments in Android Studio 4.0: Amazing New Features!

Latest Developments in Android Studio 4.0: Amazing New Features!

Author:wanbo Address:https://juejin.im/post/5db8cee351882557134d0411 The new Android Studio 4.0 features a completely revamped startup interface. Today, at Google I/O, the official beta version of Android Studio 3.5 was released, followed by the beta version of Android Studio 3.6 a month later. Recently, at the Android Dev Summit, we were introduced to the preview version of Android Studio … Read more

The Strength of FPGA Technology in China: An In-Depth Analysis

The Strength of FPGA Technology in China: An In-Depth Analysis

Every successful innovation has gone through a difficult journey from its inception to its growth, and FPGA is no exception. As a high-tech innovation, since the first FPGA was born in Japan by Seiko, it has exploded in the 1990s. Not only the FPGA giants in Europe and America like Xilinx, Altera, and Lattice, but … Read more

The Future of Embedded Training: Insights from Wei Dongshan

The Future of Embedded Training: Insights from Wei Dongshan

During the weekend, I had a chat with Teacher Wei. Our conversation summarized several questions, hoping that students learning embedded systems can gain some understanding of the embedded training industry through these questions. There are many ways to make money; first, be a good person, then do good things, and keep moving forward. When I … Read more

Embedded Software and Hardware Development: The Importance of Quality Documentation

Embedded Software and Hardware Development: The Importance of Quality Documentation

I am Lao Wen, an embedded engineer who loves learning. Follow me to become better together! In the previous article, we had a preliminary understanding of the data framework for the Feilin OK3588-C development kit. For the content of the previous article, you can click here: The performance of embedded ARM chips is getting more … Read more

Comprehensive List of C# Open Source Projects Worth Collecting

Comprehensive List of C# Open Source Projects Worth Collecting

Business Collaboration and Project Management Platform – TeamLab Online Video Conference Software – VMukti Workflow Engine – ccflow [Free] Regular Expression Testing Tool – Regex-Tester Windows Phone 7 SDK Excel Read/Write Component – ExcelLibrary .NET Integrated Development Environment – MonoDevelop Softswitch – FreeSWITCH Open Source Operating System – Cosmos Tank Robot Battle Simulation Engine – … Read more

A Comprehensive Guide to Compiling Android 10 Kernel

A Comprehensive Guide to Compiling Android 10 Kernel

Environment Configuration Download Kernel Source Code Normally, you should be able to find the kernel for Pixel 4 at https://source.android.com/setup/building-kernels. Pixel 4 (flame) device/google/coral-kernel android-msm-coral-4.14-android13 However, there is a pitfall for newbies here; the official site only provides the kernel for android 13. Where is the android 10 kernel we want to compile? (I fell … Read more