Learning electronic technology is a gradual process. I personally think it should be divided into five steps: The first step is to cultivate interest. Influenced by my family, I have developed a stron...
How do I write a program for a signal generator that can generate five types of waveforms : triangle wave, sawtooth wave, sine wave, step wave, and square wave ?Can anyone help me? Thank you.My email ...
Multi-core processors are electronic devices that have been developing rapidly recently. Multiple isomorphic or heterogeneous processors are integrated in a single chip, which greatly improves its com...
I know how to generate square waves and sine waves, but how do I generate arbitrary waveforms? Is it achieved by combining basic waveforms or storing data directly in ROM?...
The two development boards communicate with each other through a network cable. Now we need to design the two boards into one board, eliminating the crystal head and network cable, connect the network...
I'm looking for information about camera photosensitive chips. I found several models with DVP output interfaces. I can find the models of LVDS interfaces, but I can't find the manuals. Can any expert...
1. Function prototype In the function library officially provided by STM32, you can find functions like HAL_Delay(). This function uses a timer to achieve a more accurate time delay and provides it...[Details]
The trade war between China and the United States has become the focus. The United States has begun to play the ban card against Chinese technology companies. The ZTE incident shows that if the ban...[Details]
At the just concluded InfoComm 2018 exhibition, the two major brands, Zhongke Jiguang and China Hualu, both displayed three-color light source
laser TVs
. The outstanding color performance ...[Details]
In the project, CPLD is needed to complete part of the algorithm design. The parameters are given by AVR, so the communication between AVR and CPLD needs to be completed. Therefore, a test program is...[Details]
STM32 uses FSMC to read and write CPLD programs. CPLD is hung on the address line and data line of STM32. CPLD is regarded as an off-chip RAM for reading and writing. On the board I made, CPLD is hun...[Details]
With the development of the automobile industry, more and more automotive electronic components are being used in modern cars, providing better safety, comfort and economy for cars. In the past, cars...[Details]
From the functional classification, it can be divided into: 1. Active control ADAS: ACC/AEB/LKS, etc. 2. Warning ADAS: FCW/LDW/PCW, etc. 3. Other auxiliary ADAS: BSD/ADB/panora...[Details]
Independent watchdog (IWDG) and low power mode are often used in STM32 development. The watchdog is to detect and solve faults caused by software errors, and the low power mode is to enter sleep mode...[Details]
A crystal oscillator can be electrically equivalent to a two-terminal network consisting of a capacitor and a resistor in parallel and a capacitor in series. In electrical engineering, this network h...[Details]
DMA: 1. When using DAC, when the converted analog signal is output through the IO port, why is the IO port also configured to input mode? PS: The stm32 manual defines that PA4 and PA5 are connected...[Details]
The T3 timer (8-bit) of CC2530 requires understanding of T3CTL, T3CCTL0, T3CC0, T3CCTL1, and T3CC registers. Timer 3/4 is an 8-bit timer with timer/counter/PWM functions. Timer 2, also known as MAC t...[Details]
By manually inputting single pulses to the /INT0 of the 8051 microcontroller one by one, an interrupt is requested to the microcontroller. Each time the microcontroller interrupts, it outputs 55H, AA...[Details]