-
The CAN of STM32 is called bxCAN (Basic Extended CAN), which supports CAN protocol 2.0A and 2.0B. The basic type of STM32 has only one master CAN, and the interconnected type has one master CAN and o...[Details]
-
It was learned on October 30 that the Cross-Regional Power Grid Asset Operation and Management Center of State Grid Corporation of China has carried out a one-by-one cleanup and review of 5,506 tec...[Details]
-
People's imagination of future travel has never stopped, and smart cockpits are nothing new. In order to seek differentiation, OEMs are competing to pursue the emerging field of smart cockpits. Thi...[Details]
-
State Grid announced that it will start building the "National and Local Joint Engineering Research Center for Reliability Technology of Core Chips for Energy Internet Intelligent Terminals" (hereina...[Details]
-
Withstanding Voltage Test, also known as Hipot Test or Dielectric Test, is probably the most familiar and used test in product process safety testing. The withstand voltage test is a non-destructiv...[Details]
-
1. Definition of pointer variables The definition of a pointer variable is similar to that of a general variable, and its form is as follows: data type * identifier; means it is defined as a mem...[Details]
-
RF admittance level switch is widely used in chemical, metallurgical, electric power, medicine, food, papermaking, building materials and other industrial fields. It realizes level measurement and co...[Details]
-
When using
an oscilloscope
, the selection of the oscilloscope's
probe
is very important! Let's discuss some common types and usage ranges of oscilloscope probes to give you some gu...[Details]
-
This paper introduces the performance characteristics and working principle of a multifunctional serial chip X1288 based on I2C bus interface, gives the application method of X1288 in the design of e...[Details]
-
What is the use of capacitors on series motors?
The capacitors on the series motor are generally used to suppress the sparks and electromagnetic interference generated by the brushes, improve ...[Details]
-
First directly on the code #include "stm32f0xx.h" #include "stm32_lib/inc/stm32f0xx_rcc.h" #include "stm32_lib/inc/stm32f0xx_gpio.h" int main(void) { //1. Enable the clock RCC_AHBPeriphClockCmd...[Details]
-
In February 2019, Toshiba developed an automotive-grade image recognition chip (SoC), which increases the speed of deep learning accelerators by 10 times and improves the efficiency by 4 times compar...[Details]
-
// Coarse delay function, microseconds void delay_nus(u16 time) { u16 i=0; while(time--) { i=10; //self-defined while(i--) ; } } //Millisecond delay ...[Details]
-
16-bit data transfer instruction (1) This is the only 16-bit immediate data transfer instruction of the 89C51 microcontroller. Its function is to send a 16-bit immediate data into the data pointer DP...[Details]
-
Production efficiency.
Features of the mechanical control stage
In the mechanical control stage, the control system is mainly composed of mechanical components, such as gears, l...[Details]