-
I am using stm8s103k3, a 32-pin microcontroller. The user manual says UART1, UART2, and UART3. But the pin function diagram only shows UART1, and when you open the stm8s103k.h header file, there is o...[Details]
-
The visual programming software LabVIEW can not only easily connect various software and hardware, but also provide powerful subsequent data processing capabilities. Compared with traditional instrume...[Details]
-
Currently, the total output value of global semiconductors can reach 450 billion US dollars, but the entire industrial chain can be strangled by a chip with a cost price of one dollar. Qualcomm and I...[Details]
-
OFweek Cup 2022 China
Robot
Industry Annual Awards (abbreviated as OFweek Robot Awards 2022) is jointly organized by OFweek, China's high-tech industry portal, and its authoritative robo...[Details]
-
Digital phosphor oscilloscopes offer a new approach to oscilloscope architecture. With this architecture, DPOs can provide unique acquisition and display capabilities to accurately reconstruct signal...[Details]
-
Schaeffler's 2-in-1 electric drive axle wins the Innovation Award The two-in-one electric drive axle won wide attention from readers and judges with its high power density The increasing integ...[Details]
-
Common situations in registers : When only writing a specific logical value to a register is valid and writing an inverse logical value is invalid (for example, only writing 1 is valid and wr...[Details]
-
On September 15, 2023,
Infineon Technologies AG (Management Board, with the approval of the Supervisory Board), a global leader in semiconductors for power systems and the Internet of Things, d...[Details]
-
Hydrogen energy has always been considered the cleanest fuel and one of the most promising energy sources in the future, but Volkswagen CEO Diess does not think so. According to German magazine Aut...[Details]
-
According to incomplete statistics from Gaogong Robotics, there were 8 financing events
in the robotics field in February 2023
.
0
1
...[Details]
-
Recently I took out the Tiny6410 development board which had been idle for a long time to play with. I have always had a perverted admiration for Linux, so this time I abandoned the IDE development...[Details]
-
Behind software-defined cars and digital transformation is the competition between car companies for the value of data. Smart cars have entered the "second half" of competition. The core of competiti...[Details]
-
/*------------------------------------------ Function: Use the internal timer 0 of the 51 MCU and output from port P1^0 Square wave with a period of 2ms Author: Zhang Kaizhou Date: 2019-5-14 22:44:19...[Details]
-
P1 is bit selection, p2 is segment selection.
ORG 0000H
LJMP MAIN
ORG 000BH
LJMP INT
MAIN: MOV TMOD,#01H
MOV TH0, #0
MOV TL0, #1
SETB OF...[Details]
-
1. Cross tool chain:
Cross tool chain actually has two meanings. One is cross tool. The so-called cross tool means that the running environment and the compiling environment are not integrated...[Details]