Shenzhen Changjiang Connector Co., Ltd. is a world-leading professional connector manufacturer with 20 years of experience. Its products mainly include wire-to-board connectors, board-to-board connectors, wire-to-wire connectors, wire harness processing and connector design, mold development and manufacturing. It is compatible with international brand connectors from Europe, the United States, Japan, South Korea and other countries.
Every time I learn a new microcontroller, I feel very confused because many books first teach you how their registers and CPUs work. I am most afraid of these.
I have always used C to write. I am quit...
Since I only have one c8t6 and want to make a balancing car, I need two timers to count the two encoders. Then I saw this sentence in the official stm32 encoder usage notes: "When the timer is configu...
Detailed explanation of platform bus in driver
This article is excerpted from: http://www.xcembed.com/bbs/viewthread.php?tid=11extra=page%3D1
In device drivers , you often see fields related to platfo...
There was no problem from booting up to finishing the video with the first person. When I started the video again, it said that the hardware was not found. I changed the interface and it was still the...
NAND FLASH Controller IP Core Standard NAND FLASH Controller Standard NAND FLASH Controller I am a working person (Beijing), specializing in FPGA interface design, with a lot of free time and rich pro...
In our common sense, the word technology often has two definitions. The first is the technology sealed in the laboratory. They are like flowers on the mountain top. Only a few people on the mountai...[Details]
The last two blogs talked about a version problem of STM32CubeMX and the problem of hardware reset. When you solve these two problems, you will find that after the program is burned into the board, t...[Details]
After studying the F4 FSMC method to drive the touch screen for a few days, I have gained some understanding, which are listed below. The unorganized record is only for my own reference in the future...[Details]
Automotive LCD Instrument Clock EMI Solution As early as 2014, the market size of China's automotive full LCD instrument has reached 3.506 billion yuan, and it is expected that by 2020, this s...[Details]
According to foreign media reports, the 2018 GMC Terrain Denali is equipped with multiple collision detection systems, and a recent test verified the safety of the system. Even when driving in a bu...[Details]
This paper proposes a design scheme for an embedded CNC system based on ARM and FPGA. The software and hardware design of the ARM system, the implementation method of hardware fine interpolation ...[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]
1) Independent watchdog has no interrupt, window watchdog has interrupt 2) Independent watchdogs can be divided into hardware and software, while window watchdogs can only be controlled by software...[Details]
LiDAR: Autonomous driving from the perspective of optoelectronic technology LiDAR and competing sensor technologies (camera, radar, and ultrasonic) intensify the need for sensor fusion and the need...[Details]
ADI has established long-term good relationships with car manufacturers and Tier 1 component suppliers. Based on its previous long-term successful cooperation with new energy vehicles and suppliers a...[Details]
The first one is a DMA mode of multiple channel acquisition void ADC_DMA_Config(void) { ADC_InitTypeDef ADC_InitStructure; RCC_HSICmd(ENABLE); while (RCC_GetFlagStatus(RCC_FLAG_HSIRDY) == RESET); ...[Details]
Today I am using the AD function of the stm8s microcontroller. There are ten channels from AN0 to AN9 on the microcontroller. I want to use only three of them, AN5 to AN7. //ADC initialization void A...[Details]
1. SCL is always controlled by the Master. SDA is controlled by the Slave when reading data and by the Master when writing data according to the direction of data transmission. After the 8-bit data i...[Details]
pt2262 source code written by EM78P156 ;this program is HOME ALARM ; n ;this progam write and test for 01.2.18---3.5 ;Chip EM78P156 F=3.58 MHz ;SETUP : CYCLE=2,CLOCK=...[Details]