Embedded Design Pitfall Guide: Avoid Blind Fads

Embedded Design Pitfall Guide: Avoid Blind Fads

With the rise of minimalism, embedded home appliances are becoming increasingly popular. They are aesthetically pleasing, simple, and improve space utilization. Fully embedded designs can even blend seamlessly with cabinetry, which is a boon for perfectionists. Whether fully embedded or semi-embedded, there are no significant technical challenges, but the installation can be fraught with pitfalls. … Read more

Essential Knowledge for Home Renovation: Embedded Design

Essential Knowledge for Home Renovation: Embedded Design

Click the blue text Follow for more Home renovation is very important, Paying attention to details is even more important. Minimalist style is simple yet not simplistic. When designing, more and more people are pursuing a cohesive embedded design rather than simply placing cabinets, televisions, and kitchen appliances in the space. This not only allows … Read more

Understanding Digital Output in Embedded Design

Understanding Digital Output in Embedded Design

Digital output sensors, like other signal-driven actuators, are commonly used in various industrial applications. We can easily find various types of digital output sensors, including temperature, flow, pressure, speed, etc., which have digital signal outputs in various formats. A digital sensor is a type of sensor that only produces binary output. Compared to analog output … Read more

Essential Knowledge for Embedded Design: How to Run Programs on Expanded SDRAM with MCU?

Essential Knowledge for Embedded Design: How to Run Programs on Expanded SDRAM with MCU?

In the design of embedded systems using MCU, when the program or data memory is too large to fit into on-chip flash or SRAM, developers often consider using SDRAM. Don’t ask me why your MCU doesn’t support SDRAM SDRAM stands for Synchronous Dynamic Random Access Memory. In microcontroller applications, the microcontroller accesses SDRAM using an … Read more

Space-Saving Embedded Design Techniques

Space-Saving Embedded Design Techniques

Don’t complain about the small space in your home anymore; it’s probably because you haven’t discovered the space that can be utilized. Today, I will teach you a trick—embedded design, suitable for various spaces in your home, perfect for storing miscellaneous items! Corner Wine Cabinet Customize a wine cabinet in the small recesses of your … Read more

Embedded Design and Programming: Chip Design and Cross Toolchain

Embedded Design and Programming: Chip Design and Cross Toolchain

Click the title hyperlink to view detailed content. 1. Embedded Design and Programming, Chip Design [11]Both software and hardware are a high abstraction of life – Discussing Interrupt Control (ARM Architecture Programming) [12]Programming Overview [13]Explaining Embedded Knowledge Points in Three Lines of Code [14]32-bit and 16-bit Instruction Set Mode Automatic Switching Mechanism [15]The Principles of … Read more

Unleashing the Power and Flexibility of FPGA in Embedded Design

Unleashing the Power and Flexibility of FPGA in Embedded Design

Although FPGAs bring powerful capabilities and flexibility to embedded design, the additional development processes also introduce new complexities and limitations to the design work. Integrating traditional hardware-FPGA-software design processes and fully utilizing the reprogrammable features of FPGAs is one of our solutions. As FPGA technology gradually extends to military electronic systems and almost all areas … Read more

Low Power Design Strategies in RTOS Environments

Do you all know if anyone has ever worked on low-power products? Low-power products may seem simple, but to create a good low-power product, especially achieving ultra-low power, is relatively more challenging. Today, we will discuss the design strategies for low power in RTOS environments. Preface: Programming Mindset The design of embedded products is diverse … Read more