The list of the world's top 500 supercomputers was released in the United States on the 14th. China's Tianhe-1 supercomputer became the world's fastest supercomputer with a measured computing speed of...
Can anyone who has used STM32 for low power consumption help me? How long does it take to wake up from stop mode and stabilize the system? When I was using low power consumption, I found that it takes...
Schottky diodes have been favored and liked by users since they replaced traditional ordinary diodes. However, sometimes people can be foolish and confused. What is the difference between Schottky dio...
[align=left]I've been working on Zigbee communication recently. I bought a few CC2530 development boards on Taobao to learn. When I wanted to use two RF04EBs for online debugging at the same time, I f...
At present, our headhunting company is recruiting mobile embedded software developers for a foreign-funded enterprise engaged in wireless communications.
The company is dedicated to providing embedded...
For STM32, there are two ways to reset the software: 1) Use the official software library The system reset function is directly provided in the stm32f10x_nvic.c file of the official software li...[Details]
In the actual project development process, it is common to encounter modifications to the hardware circuit, and then the modified part requires the modification of the driver. Thinking about the comi...[Details]
We have come a long way from the 2G era, and now 5G is about to be commercialized. Suddenly, we realize that time has passed quickly, but technology has never stopped. The activation of 5G heralds ...[Details]
Recently, there was news that the US government asked Google to shut down the Android operating system for ZTE phones. After that, some people even imagined what the consequences would be if Intern...[Details]
1. Initial understanding of FSMC: FSMC consists of 4 modules: (1) AHB interface (including FSMC configuration register) (2) NOR flash memory and PSRAM controller (when driving LCD, LCD is like a PSRA...[Details]
The adoption rate of serverless
cloud
computing
is gradually increasing, but it has not yet reached people's expectations. Various surveys show that serverless
is
still
an eme...[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]
On May 16, in response to
the public opinion storm caused by
Lenovo's
"
5G
voting" incident,
Lenovo
Holdings Chairman and
Lenovo
Group Founder Liu Chuanzhi, Lenovo Gr...[Details]
In recent years, the application of high-brightness LED has developed rapidly, especially in signboards and traffic lights. For automotive applications, LED is also very attractive. Long life, shock ...[Details]
STM32 Watchdog Summary I have been adjusting the development board of Atom Brother for more than a year, and it is basically usable, but I still don't understand the working mechanism of some basi...[Details]
//Environment: winavr+avr studio char temp=0; ISR(TIMER1_COMPA_vect )//interrupt function { // user code here temp++; if (temp==10) temp=0; PORTA=temp; DDRA=0xff; } void ...[Details]
On November 1, 2017, the General Administration of Quality Supervision, Inspection and Quarantine and the Standardization Administration of China announced 585 approved national standards and two n...[Details]
China Energy Storage Network News
: On January 26, the second theme maker camp "Energy Internet Town" of the "Xiongdian Acceleration Maker Space" of the Xiong'an New Area Power Supply Company...[Details]
The top row of pins is the row, and the bottom row of pins is the column. The row is the LED anode. Each row and column is controlled by four 74HC573, each controlling 8 pins. At the sa...[Details]