-
I recently upgraded MDK to V5.25 and found that there are many libraries in the Managing Run-Time Environment. Compared with the past, it is much better, from the bottom-level driver to the upper-le...[Details]
-
background After the hardware engineer completed the PCB and schematic design, the routine was modified according to the tutorial of Zhengdian Atom to verify the correctness of the hardware. STM32F...[Details]
-
I slightly changed the lyrics of Yu Quan's song "Running", which seems to be
a reflection of the current state of
Huawei Cloud
. At the annual Huawei Analyst Conference held on April 17,
Zh...[Details]
-
This routine is also a classic routine on the development board. I modified the framework of the program to make it more suitable for future calls. The specific 4*4 keyboard scanning principle is rel...[Details]
-
The photovoltaic industry has become a new business card for China to the world. It not only represents China's leading technology, but also constantly breaks various records with its development spee...[Details]
-
Here is the temperature added in the previous chapter The above figure is the temperature calculation formula: where Vsense is the ADC value collected from the temperature channel. The stm32f407 ...[Details]
-
Since 2018, the field of artificial intelligence chips has been very lively. Especially in China, the rich vertical application scenarios have provided fertile ground for the development of AI chip...[Details]
-
/****************************************************************** ** ** File : DExternInterrupt.c | Interrupt | ...[Details]
-
Semiconductor giant Intel has launched the desktop version of the 8th generation Coffee Lake architecture
Core
processor more than a month ago, and its performance is said to be 30% to 40% ...[Details]
-
The watchdog timer is a counter whose basic function is to restart the system after a software problem or program runaway occurs. The watchdog counter counts automatically when it is working normally...[Details]
-
The industry generally believes that hybrid beamforming (Figure 1) will be the preferred architecture for 5G systems operating at microwave and millimeter wave frequencies. This architecture combin...[Details]
-
Recently, the 2017 Review and 2018 Outlook Seminar of the Photovoltaic Industry was held in Beijing. Sungrow, a powerful inverter technology company, was invited to attend the seminar. With 20 year...[Details]
-
;Equal- period pulse width modulation PWM ; Crystal oscillator : 12M Hz ;89C51 P_PWM1 EQU P1.0 cycle EQU 1000 ;PWM cycle (in microseconds), the frequency is 1000 Hz cycle_high EQU 500 ; The time...[Details]
-
// PIN assignment #define SS PB2 //Chip select #define SCK PB5 //cLOCk #define MOSI PB3 //input #define MISO PB4 //output #define SS_SET (PORTB|=(1 SS)) #define SCK_SET (PORTB|=(1 SCK)) #defin...[Details]
-
;**************************************** ;Function: AVR dual CPU communication program, asynchronous mode, similar to UART ;Device: AT90S2313 ;Hardware: PD.2 of master and slave CPUs are conne...[Details]