[i=s]This post was last edited by dontium on 2015-1-23 11:46[/i] Clock jitter makes random jitter and phase noise a problem that has always troubled me. I have also looked up a lot of information on t...
[code]library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity save is port( frame:in std_logic; --When high level, store wrsig:in std_logic; --When rising edge, a Bytes of d...
I recently saw an application that uses the internal oscillator of 95F564K to achieve 16-bit 15kHz frequency PWM. It requires 15kHz*65536=983040=983.04MHz main frequency. How is this possible? Does an...
I drew the PCB directly without a schematic diagram, so there are no networks on the pads. I want to add networks. Is there a quicker way besides editing and adding them one by one using Netlist Manag...
I am learning C language for microcontrollers and now trying to learn modular programming. I extracted the DELAY function from a simple LED light program as an independent module. I made mistakes N ti...
Some time ago, I saw that many places were porting NES emulators, so I also made one on 9B96 to play with it.1. The game is displayed on the 9B96 built-in screen;2. Use USB OTG to connect an external ...
This program is written to simulate the serial port hardware mechanism. When used, a timed interrupt can be set with a time interval of 1/4 baud rate. The receiving function is called once for ea...[Details]
1. Introduction
RFID (radio frequency identification) is a non-contact automatic identification technology that emerged in the 1990s. It uses the characteristics of radio frequency signal prop...[Details]
Microcontrollers (MCUs), which are widely used in automotive electronics, are rapidly facing time and cost pressures. The main advantage of using MCUs has always been to create high-level system in...[Details]
DSP (digital signal processor) is used more and more frequently in today's engineering applications. There are three main reasons for this: first, it has powerful computing power and is capable of ...[Details]
Electronic systems are located at different points on the automotive power bus and therefore often need to operate under very stringent power requirements. These include load dump, cold crank, very lo...[Details]
Power management solutions for today's portable application processors are becoming increasingly integrated. Total power consumption, standby and sleep current consumption affect battery size, bill...[Details]
With the continuous improvement of the requirements of intelligent building security systems and the continuous improvement of people's safety awareness, indoor anti-theft has gradually attracted peop...[Details]
1. Introduction
Testing the temperature of steel billets before rolling is an important measure to ensure the quality of steel. Traditional manual testing is difficult to ensure product qu...[Details]
With concerns about the growing energy crisis, motor efficiency has become an important and timely topic. This is because motors use 63% to 70% of the electricity produced in the United States and ...[Details]
LED technology has made rapid progress, and improvements in chip design and materials have promoted the development of brighter and more durable light sources, and the scope of light source applica...[Details]
To understand how and why OLED power supply affects display image quality, you must first understand OLED display technology and power supply requirements. This article will explain the latest OLED...[Details]
introduction
Incandescent bulbs can emit a variety of light, but in specific applications, only green, red, and yellow light are usually needed - such as traffic lights. If an incand...[Details]
0 Introduction
High-precision current source can provide high-precision current supply for precision instruments, and is suitable for automatic measurement tasks of various resistors in semico...[Details]
The production process of lithium batteries does not mention the previous processes such as material preparation, winding, liquid injection, and packaging, but only talks about the final formation ...[Details]
Direct digital frequency synthesis (DDS) has fast frequency switching and modulation capabilities and is widely used. However, when low power consumption and low cost are the main considerations, D...[Details]