-
ZTE
The communication embargo incident has impacted the communication industry and sounded the alarm for the semiconductor industry. Let's follow the embedded editor to learn more about the r...[Details]
-
For 80,000
ZTE
(000063.SZ) employees and more Chinese ICT (information and communication technology) industry practitioners, the news from across the ocean on the evening of April 16 kept t...[Details]
-
In the actual project development process, we often need to get the running time of a section of code. The usual method is to use an oscilloscope to measure it. This blog post will use SysTick to acc...[Details]
-
This part of the code in the void SystemClock_Config(void) function in the main file generated by stm32cubemx RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; This bug occurs, and the f...[Details]
-
Timing and protocol are two key points in digital system debugging, and they are also where logic analyzers can play their most valuable role. How can we use a logic analyzer to quickly complete wiri...[Details]
-
Independent watchdog (IWDG) and low power mode are often used in STM32 development. The watchdog is to detect and solve faults caused by software errors, and the low power mode is to enter sleep mode...[Details]
-
A crystal oscillator can be electrically equivalent to a two-terminal network consisting of a capacitor and a resistor in parallel and a capacitor in series. In electrical engineering, this network h...[Details]
-
/* Unfortunately, it cannot generate a standard 38kHz frequency square wave, there is a little error*/ #include reg51.h #define uchar unsigned char #define uint unsigned int sbit Waveout=P1^0; //P...[Details]
-
As shown in the figure, the circuit is required to count and display the number of times the button is pressed. When the button is pressed once, the count value increases by 1 (it is required to accu...[Details]
-
/**********(一)Timer A comparison mode*************/ int main( void ) { WDTCTL=WDTPW+WDTHOLD; //Turn off watchdog BCSCTL1 =CALBC1_1M Hz ; //Set DCO to 1MHZ DCOCTL =CALBC1_1MHZ; P1DIR |= BIT0; ...[Details]
-
At CES 2018, Samsung launched a 146-inch giant TV, The Wall. This is Samsung's first product developed using
MicroLED
technology. It not only has ultra-high picture quality and contrast, bu...[Details]
-
// AT24C64 support functions using ATMEGA's TWI // PIN -WP is hard-wired to GND // fuctions work better outside interrupt routines // by MXH, 2003/07/30 #include "DStruct.h" #include avr/twi.h...[Details]
-
Recently, the Ministry of Science and Technology issued a notice approving the establishment of six national research centers, including Beijing Molecular Science, Wuhan Optoelectronics, Beijing Co...[Details]
-
As more and more mechanical systems are replaced by electronic systems, power consumption and how to monitor it becomes increasingly important. Accurately monitoring the power consumption of electric...[Details]
-
#include avr/io.h #include avr/interrupt.h #include avr/signal.h #define uchar unsigned char #define uint unsigned int uchar g_bTxdPos=0; //Send positioning counter uchar g_bTxdLen=0; //Waiting f...[Details]