Friends who do foreign trade counterfeit brands like to put the space of foreign trade counterfeit brand websites abroad, especially in the United States and the United Kingdom. There are several reas...
[i=s]This post was last edited by freeelectron on 2022-7-13 20:02[/i]This article uses software and hardware I2C to drive a 0.96-inch OLED. Here is a picture:1. About the I2C interface of N32L43xTwo-w...
RT. It's been a month without me noticing. This month should be the month with the most gains since I was in college. Preparation for the postgraduate entrance examination has officially started. I re...
The download address of my project files and circuit diagram. [url=http://dldx.eeworld.net/fd.php?i=576024092586541&s=34a779c087db9a0a779fc99f81bb6e01][/url] [img]http://p1.tuzhan.com/200911/upn1/2010...
I finally received the development board that I had been looking forward to. From the outer packaging, it is simpler than the previous GD32F350 development board. The following picture shows the packa...
I'll post a piece of code. I don't understand the numbers 6, 7, 12, 28, etc. above. Please help explain it to me. Thank you. int IssueCommand_CH0( U16 uCmd, U32 uArg, U32 uIsAcmd) { U32 uSfr; while ((...
Dong Yang, executive vice president of the China Association of Automobile Manufacturers, said on the 26th that according to the authorization of the Ministry of Industry and Information Technology...[Details]
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]
1. The first project We are going to create the first project, which is mainly for project analysis, so that we can understand how CubeMX works and how to trace the code logic. Okay, no more nonsense...[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]
In the project, CPLD is needed to complete part of the algorithm design. The parameters are given by AVR, so the communication between AVR and CPLD needs to be completed. Therefore, a test program is...[Details]
1 Introduction Due to the special working environment of coal mine production, the production process is more dangerous and unsafe than the general industry. With the continuous increase in c...[Details]
Every era has anxiety that has nowhere to go. Let's follow the embedded editor to learn about the relevant content.
The anxiety of the post-Internet era is that if you don’t revolutionize ...[Details]
//Observe the difference between feeding the dog and not feeding the dog, and use the LED indicator of the PB port for status indication. //Switch the LED indicator enable switch of the PB po...[Details]
Site conditions: 1. AD acquisition, DMA transmission; AD is set to single-channel continuous mode, DMA is set to single-shot mode. The upper threshold of the AD analog watchdog setting is less than t...[Details]
ADC Introduction: ADC (Analog-to-Digital Converter). That is, converting analog signals into digital signals for processing. When storing or transmitting, analog-to-digital converters are almost ...[Details]
environment: Host: XP Development environment: MDK4.23 MCU:STM32F103CBT6 illustrate: Collect AD through pins PA1 and PA2. Collect AD 10 times for each channel. #include "ad_driver.h" //Global ...[Details]
Note: This STM32 microcontroller is the STM32F103 series. The ADC of Stm32 has DMA function. This is beyond doubt and is what we use most! However, if we want to sample a signal (such as a pulse sign...[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]