-
On October 28, at the 2021 NanoExpo Intellectual Property Forum, the MEMS Industry Intellectual Property Alliance was unveiled, and the country's first "MEMS Industry Patent Pool" started operations....[Details]
-
Economic Observer reporter Shen Yiran, intern reporter Wang Tongyue Regarding the price of the first batch of 5G mobile phones that will soon enter the market, Qin Fei, director of vivo5G R&D center,...[Details]
-
The 3C industry is a general term for computers, communications, and consumer electronics, including computers, tablet devices, smart phones, smart wearable devices, and other categories. Data sh...[Details]
-
This series of notes is based on teacher Wei Dongshan's development board. What you will learn in this section: How to use openJTAG to burn How to use DNW and uboot to burn How t...[Details]
-
1. void TIM1_DeInit(void) //Reset all register parameters of TM1 2. Enable the clock CLK_PeripheralClockConfig (CLK_Peripheral_TIM1, ENABLE) used by TIM_1 3. Set the timer period Function void TIM1_T...[Details]
-
Inside the STM32 STACK and HEAP, the former is the heap and the latter is the stack. Today, when debugging a program that sends data to the server, a strange phenomenon occurred: fun(){ fun1() ; ...[Details]
-
After getting the communication manual, we found that there are many ways to communicate between two Mitsubishi PLCs, such as CC-LINK, N:N network, parallel connection, computer link, MODBUS commun...[Details]
-
The "Quality" program hosted by CCTV's famous host Li Yufei was broadcast on the Central Discovery Channel. Xiamen-listed company Yingqu Technology appeared on the CCTV big screen and won wide attent...[Details]
-
Standby Mode When SM2..0 is 110, the SLEEP instruction will make the MCU enter the Standby mode. The only difference between this mode and the Power-down mode is that the oscillator continues to work...[Details]
-
Generally, PLC failures are mainly caused by external failures or internal errors. External failures are caused by external sensor or actuator failures, which may cause the entire system to shut do...[Details]
-
Data and chips will be the key to the next round of competition. In this sense, the journey has just begun for all smart electric vehicle players. Recently, Tesla announced that it has established a ...[Details]
-
Firmware library file analysis: 1- Startup file written in assembly startup_stm32f10x_hd.s: Set the stack pointer, set the PC pointer, initialize the interrupt vector table, configure the system cloc...[Details]
-
1. Understanding
A robot is a machine that performs tasks automatically. It can perform certain functions of humans or other creatures and perform tasks according to preset programs or thr...[Details]
-
introduction With the improvement of people's living standards, the use of various water heaters has become quite popular, and the corresponding controllers have also come out one after another. Howe...[Details]
-
Today I learned about the NandFlash driver. The hardware operation is very simple, but the driver under Linux is more complicated. It is mainly a problem with the MTD layer. I spent an afternoon to c...[Details]