[align=left][color=#333333][font=Arial][size=14px]Compared to i.MX6UltraLite, i.MX6ULL is mainly optimized for cost. It is PIN-2-PIN compatible with i.MX6UltraLite chip, making it easy to reuse i.MX6U...
Dear experts, I have a question. The DSP used in the current project requires a 1.3V clock. I have a 3.3V crystal oscillator on hand, and use output voltage division to achieve 1.3V. The crystal oscil...
always @ (posedge clock) if(reset == 1) begin for(k=1; k<=order; k=k+1) Samples[k] <= 0; end else begin Samples[1] <= Data_in; for(k=2; k<=order; k=k+1) Samples[k] <= Samples[k-1]; end For the value o...
Hardware conditions: s3c2410 CPU, nand flash k9f1208 Problem: Vivi-bootloader can download the program through jtag, and CPU and nand flash can be detected before downloading. However, after downloadi...
Assume that data is read from 8-bit AD (if it is a higher-bit AD, the data type can be defined as int), the subroutine is get_ad();
1. Limited secondary filtering
/* A value can be adjust...[Details]
1 Introduction
The high temperature tester is mainly used for temperature tracking measurement and data acquisition during the heating process. By systematically analyzing the test data, the...[Details]
Remote keyless entry (RKE) systems have become popular with users, with more than 80% of new cars in North America and more than 70% in Europe equipped with RKE systems. In addition to the obvious ...[Details]
Floating-point digital signal processing has become a constant requirement for precision technology, often in applications requiring high accuracy in areas such as aviation, industrial machinery, a...[Details]
System design is a complex process. It is not enough to just use ICs. There are many details to consider. This article uses a high-fidelity music playback system as an example to introduce how to s...[Details]
1 Introduction
Solar street lights are mainly composed of four parts: solar photovoltaic cell components, batteries, charge and discharge controllers, and lighting fixtures. The bo...[Details]
Overview
In spectral measurement, photomultiplier tubes (PMT) and charge-coupled devices (CCD) are often used as photoelectric converters. PMT is used in slow-changing, high-precision spectral...[Details]
Capacitors
are basic components in various electronic devices and are widely used for bypassing, coupling,
filtering
, tuning, etc. in electronic circuits. However, to use capacitors,...[Details]
Today, with energy becoming increasingly scarce, the utilization of natural energy has become the focus of people's attention. Among various natural energies, the endless solar energy is highly fav...[Details]
Since AC mains power may experience power outages, voltage sags and surges, continuous undervoltage and overvoltage, and frequency fluctuations during supply, these factors will affect the continuous ...[Details]
In the "digital pressure measurement" experimental device of applied physics, the subject technical knowledge of analog circuits, digital circuits, sensors and single-chip microcomputers is used. In o...[Details]
People who often surf the Internet until late at night, their families always complain that turning on the big lights in the living room affects their rest, but some people don't have keyboard ligh...[Details]
There are many types and styles of digital voltmeters in design and development. Traditional digital voltmeters have their own characteristics. They are suitable for manual measurement on site. Tra...[Details]
1 Introduction
Automatic Test
System The ATS (Automatic Test System) integrates all the stimulus and measurement equipment required for testing.
The computer
efficiently comp...[Details]
1 Introduction
CAN (Controller Area Network) bus is a kind of field bus. It is used in many industrial sectors due to its outstanding advantages such as high performance, high reliability, high...[Details]