Introduction to the STM32 Development Ecosystem

Introduction to the STM32 Development Ecosystem

ST provides a rich and complete STM32 development ecosystem, which greatly alleviates the development pressure on engineers and shortens the development cycle, allowing STM32 MCU developers to fully unleash their creativity. Choosing STM32 means choosing a leading brand based on the ARM® Cortex®-M core microcontrollers. Currently, STM32 has nine series, divided into three categories: mainstream … Read more

Embedded Salary Statistics 2.0

Embedded Salary Statistics 2.0

Hello everyone, the previous article on embedded salary statistics was taken down due to some unavoidable reason, and many people have privately asked about it, so here comes this 2.0 version. So, after searching extensively, I found the 2.0 version of the embedded salary statistics, haha~ This version of the embedded salary statistics has been … Read more

Exploring New Features in Android Studio 3.0 and Compatibility Adjustments for Old Projects

Exploring New Features in Android Studio 3.0 and Compatibility Adjustments for Old Projects

Last Thursday, Google finally released Android Studio 3.0 after more than half a year of refinement, providing a satisfactory answer for Android developers. As usual, with every new version of the development tools, many cautious friends still worry about stability, whether there are pitfalls, etc., choosing to wait and see before updating. After reviewing the … Read more

Applications of 32-bit ARM Cortex-M Microcontrollers

Applications of 32-bit ARM Cortex-M Microcontrollers

32-bit ARM Cortex-M microcontrollers are widely used in various embedded systems and applications due to their low power consumption, high performance, and multifunctional features. These microcontrollers are utilized across a wide range of industries and applications. Here are some common applications of 32-bit ARM Cortex-M microcontrollers: Internet of Things (IoT) Devices: IoT sensors and nodes … Read more

High Performance and Cost-Effective 9th Gen Core i7 Gaming Laptop

High Performance and Cost-Effective 9th Gen Core i7 Gaming Laptop

Do you remember the previous review of HP’s Shadow Elf 5 Plus flagship version? It is equipped with an RTX2080 graphics card and the latest Intel 9th generation Core i9-9880H processor, the mobile standard pressure processor platform is the first to feature an 8-core 16-thread CPU, with a significant theoretical performance improvement compared to the … Read more

Common Commands for ARM Development Boards

Common Commands for ARM Development Boards

1、reboot means to restart. 2、source makes the modified files take effect immediately, avoiding the problem of having to restart for the changes to take effect. For example, if we modify /etc/profile, the changes will not take effect immediately. In this case, we can enter source /etc/profile to apply the changes. There will be more updates … Read more