# GD32L233C-START Review——01. Unboxing, Development Kit## Introduction- First of all, I would like to thank EEWORLD (Electronic Engineering World) and GigaDevice for organizing this event. I am fortun...
http://www.alldatasheet.com/If you know the product model, this is a good place to find the datasheet http://www.avagotech.cn/The Chinese website of Avago, a semiconductor company spun off from Angel ...
I recently debugged DDR4 and used xilinx's xcku040-ffva1156-2-e FPGA. It worked before and was relatively normal, but after a period of time, ddr4 always self-checks randomly, that is, after the self-...
More than three years of experience in R&D and design of automotive electronic products, very skilled in the design of electric and electronic circuits and single-sided PCB boards/double-sided PCB boa...
I am a junior student now. I have always wanted to conduct in-depth research and development in the embedded industry.The courses I have studied so far include C programming, data structure, digital e...
The difference lies in whether the rising edge or falling edge of the interrupt is high or low, and whether the interrupt is masked or not.PS: The program given by Zhou Gong himself seems to be differ...
Event: The company simultaneously released its 2017 annual report and the first quarter report of 2018. In 2017, the company achieved revenue of 8.886 billion yuan, a year-on-year increase of 48.01...[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]
The update interrupt initialization configuration of the stm32 advanced timer TIM1 is not much different from that of the ordinary timer. What needs to be paid attention to is the configuration of TI...[Details]
The goal of this article is to build a TCP client based on the previous project that can ping the PC, and can actively send data to the PC, and can also send and receive data with the PC, and display...[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]
The article is written for LPC2148, but it is also applicable to Samsung's 44B0 chip. You only need to select S3C44B0 as the corresponding CPU when selecting it. JLINK debugging experience un...[Details]
The clock system of STM32 can be directly summarized in a diagram (from the STM32F10X reference manual). The following is an analysis of this diagram 1. STM32 input clock source 1.1 Function of cl...[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]
T1 or T2 are two timers/counters of MCS-51 microcontroller. The first method can use two timers/counters to generate rectangular waves. In order to save interface resources, the second method is used...[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]
//******************************************************************************/ #include msp430.h //Note: There must be a delay between two transmissions, otherwise it cannot be sent again, seria...[Details]
Unfortunately, my serial port has some problems and I can't print information. I can only debug to view variables and see the values. Fortunately, there is not much AD conversion code, and I can use ...[Details]
Recently, in the display industry,
quantum dot
display technology has become popular, and major manufacturers have flocked to it and started to produce
quantum dot
displays. However...[Details]