Shenzhen Huichun Technology Co., Ltd. was established in December 2007. It focuses on chip design for consumer electronic products and is one of the leading integrated circuit chip design companies in China.
The AB32VG1 development board is equipped with a TF card slot, and its interface is shown in Figure 2. When a TF card is inserted, file-level operations can be performed with the cooperation of the fi...
To use F280049C, you need to install a higher version of CCS, because the lower version does not support the relevant hardware library. Therefore, I installed CCS8.0. Before installation, it is best t...
Oops. I connected a field programmable gate array (FPGA) to the output of a DC/DC converter and now the DC/DC won't start. When I look at the circuit with an oscilloscope, I see what's shown in Figure...
STM8SPWM Application A few days ago, there was a project that used PWM. Today, I sorted it out and made an atmosphere light. I recorded it so that I can come back and look at it later if I forget i...[Details]
This program measures the PWM high level time and cycle through two timers and one external interrupt, calculates and displays the duty cycle high level time in 1602. The data can be measured by simp...[Details]
This article takes the 32-bit variable frequency
MCU
V850E/IX3 UPD70F3454 as an example to explain its application in AC servo system. The servo motor is an engine that controls the opera...[Details]
Designing embedded system hardware circuits with MCU as the core requires comprehensive consideration based on demand analysis. There are many issues that need to be considered. Here are a few issues ...[Details]
1: Configure the port first: GPIO_Init(LEDS_PORT, ( TX ), GPIO_MODE_OUT_PP_LOW_FAST); GPIO_Init(LEDS_PORT, ( RX ) , GPIO_MODE_IN_PU_NO_IT ); Note: At the beginning, after the program was writte...[Details]
The traditional display screen using 51 single-chip microcomputer to control LED dot matrix has relatively simple functions. If it is to achieve diversified functions, it often takes a lot of time ...[Details]
1. Introduction to S5PV210 GPIO Hardware 1.1. GPIO GPIO stands for General-Purpose IO ports. In embedded systems, there are often a large number of external devices/circuits with relatively ...[Details]
When we think about motors and where they are used, we most often think of cars and other similar modes of transportation such as electric motorcycles, electric bikes and electric scooters. But we ...[Details]
This time, we briefly introduced NAND Flash and how to use it in ASF. 1. Wiring This development board is equipped with a 256 MB, 8-bit NAND Flash (MT29F2G08ABAEA). The pin wiring is as follows: ...[Details]
Samsung announced the launch of The Wall Luxury TV. The Wall Luxury is the latest version of Samsung's MicroLED-based scalable TV technology. It starts at a minimum of 73 inches and 1080p resolution,...[Details]
The circuit schematic is as follows: Design requirements (1) Using the photoelectric switch counting system, the count value can be set arbitrarily from 0 to 999. When the set value is exceeded, th...[Details]
ATMEL's AVR microcontroller is an enhanced RISC microcontroller with built-in Flash. The Flash memory on the chip is attached to the user's product and can be programmed and reprogrammed at any time,...[Details]
Intelligent networked vehicles are an organic combination of Internet of Vehicles and smart cars. That is, by carrying advanced sensors, controllers, actuators and other devices, using new technologi...[Details]
Now we know that different data actually occupies different cells. 8 cells are char, 16 cells are int, and 32 cells are long. In actual applications, there may be many chars, such as char1, char2, cha...[Details]
The resolution of a servo motor encoder is one of the important indicators for measuring encoder performance, which directly affects the accuracy and stability of the servo system. This article wil...[Details]