Introduction to DFSDM Applications in STM32

Introduction The STM32L4 series chips based on the Cortex M4 core in the ultra-low-power STM32 series integrate the DFSDM digital filter module, which, when used in conjunction with Σ-Δ devices, can perform high-precision and high-speed AD measurements. This article provides a basic introduction to DFSDM and demonstrates a practical application with the STM32L4 MCU. Application … Read more

How to Expand OpenWrt Overlay and Enable Swap

What is Overlay Squashfs (.sfs) is a GPL open-source read-only compressed file system for Linux kernels. Squashfs can compress files, inodes, and directory structures within the file system. Squashfs is designed specifically for general use in read-only file systems and can be applied to data backup or on computers with limited system resources. The file … Read more

How to Install Desktop Linux on Windows for FPGA Development

Running EDA tools like Vivado on Linux is significantly faster than on Windows, likely due to optimization issues. Therefore, choosing to develop on Linux is a wise choice (mainly because it’s free). In China, people are accustomed to the Windows system, so Linux is less commonly used. Is there a way to work on documents … Read more

Embedded Computers for Industrial Control Tasks (Rockwell, Beckhoff)

Clickonthebluetext“IndustrialControlLight” to learn more! Workload Integration in the Industrial Field Workload integration takes different forms to meet the diverse needs of various niche markets.The drivers of virtualization depend on multiple use cases and may involve different ecosystem partners.Intel is committed to driving horizontal value propositions in this work through chip capabilities and subsidiaries like Wind … Read more

Three Practical Tips for Debugging Automotive Embedded Software

Since graduating with a master’s degree, I have been working in the automotive embedded industry for three years. Compared to school projects, company projects have stricter requirements for code writing standards and test cases. In the automotive industry, most of the engineers’ code is generated by EB Tresos, Davinci, and Matlab, with only a few … Read more