A Comprehensive Guide to Semiconductor IE Capacity Assessment

A Comprehensive Guide to Semiconductor IE Capacity Assessment

This article contains a total of 6783 wordsEstimated reading time is about 15minutesLast night at 10 PM, I was called into the office by the director.“Max, Max, the equipment procurement plan for the new production line shows a loading of only 68%, but I just spoke with the process team, and they said the equipment … Read more

Understanding SIMD Gather/Scatter Operations

Understanding SIMD Gather/Scatter Operations

SIMD Series – GATHER/SCATTER OperationsAs we know, SIMD registers can communicate with the scalar domain (or more accurately, memory) using LOAD/STORE operations. The downside of these operations is that they only allow moving contiguous data elements in memory. However, in our code, we often need to access non-contiguous memory. This tutorial will explain the GATHER/SCATTER … Read more

Dynamic APP Loading Techniques for Microcontrollers

Dynamic APP Loading Techniques for Microcontrollers

Dynamic APP loading techniques for microcontrollers are similar to applications on mobile phones and computers, allowing programs to be loaded from various sources such as SD cards, NAND, NOR, eMMC, etc., into execution spaces like SRAM, SDRAM, QSPI Flash, and internal Flash. Moreover, if MPU support is available, it can isolate APPs; if an APP … Read more