[size=3]Some time ago, I participated in the EEWORLD forwarding lottery on Weibo, and I was lucky enough to win a ticket to the Cloud Computing Conference. [/size][size=3]The Cloud Computing Conferenc...
[color=#000000]I am a new DSP developer and want to build a DSP development board myself. I have found a lot of reference materials and have a few questions that I think beginners may ask. The questio...
I am developing a product with STM32F107VCT6, and it uses LCD16032. It used to have some ghosting, but now it is even worse, the display is simply unreadable, all garbled. I found a problem, there is ...
The first local standard for LED street lights in China will be implemented in Guangdong on July 1, and the LED street light industry in the Pearl River Delta will have rules to follow. Recently, the ...
How to connect the clocks CLK[0..3] and CLK[4..7]? If I want to output a clock through the PLL, which pin should the output clock be locked to? Please help me! ! ! ! ! !...
In recent years, as energy consumption and environmental protection issues have attracted people's attention, my country's solar photovoltaic power generation industry has shown a rapid development...[Details]
Designing for automotive LCD displays larger than 5" can be complex. The display source driver requires a supply rail called analog voltage device drain (AVDD) in the 10V to 15V range and two supply ...[Details]
In order to strengthen the management of new energy vehicle charging facilities in our city, prevent and reduce accidents, protect the lives and property of the people, and improve the public safet...[Details]
There has been a lot of news about Huawei
phones
recently
. At the
Huawei
Global Analyst Conference
on the 17th
,
Huawei
announced that it will launch
5G
phones
in the seco...[Details]
As photovoltaic power stations come into people's view, people are paying more and more attention to them. Recently, some netizens asked me how to match the inverter and components of photovoltaic ...[Details]
At the beginning, I used the stdlib library. Recently, I found that the cube library is more and more widely used, so I started to use the cube library to complete the ADC multi-channel acquisition e...[Details]
ADC Introduction: ADC (Analog-to-Digital Converter). That is, converting analog signals into digital signals for processing. When storing or transmitting, analog-to-digital converters are almost ...[Details]
Why does MCU have a watchdog? With this question, let's learn about watchdogs. Even the 51 single-chip microcomputer has a watchdog, which shows that this dog has a special meaning to us. The purpose...[Details]
LiDAR: Autonomous driving from the perspective of optoelectronic technology LiDAR and competing sensor technologies (camera, radar, and ultrasonic) intensify the need for sensor fusion and the need...[Details]
ADI has established long-term good relationships with car manufacturers and Tier 1 component suppliers. Based on its previous long-term successful cooperation with new energy vehicles and suppliers a...[Details]
Timer Interrupt The timer function of STM32 is very powerful. There are advanced timers such as TIME1 and TIME8, general timers such as TIME2~TIME5, and basic timers such as TIME6 and TIME7. In th...[Details]
/*----------------------------------------------- Name: IIC protocol PCF8591 AD/DA conversion Content: Use DA input, digital tube display output digital quantity, LED display analog voltage size ...[Details]
In the early morning of May 9th, Beijing time,
Google
held its annual developer conference Google I/0 2018 in Mountain View, California. As expected,
Google
released the latest vers...[Details]
#include avr/io.h void Delay(unsigned int T) { unsigned int i,j; for (i=0;i T;i++) for (j=0;j 100;j++) asmvolatile ("nop"); //Assembly instruction, let the microcontroller run empty instruction...[Details]