The receiving pin is pin 2 of LPC2136 ARM, and this pin needs to simulate reception. The baud rate is 9600, and the clock is 14.745600M. I used timer 0 to set two values: First: T0MR1=14745600/9600, w...
Recently, when developing a product (DSP TI 55X + SST39VF400), I found that the saved setting parameters often change without reason during the operation of the product, especially when it is just pow...
1. Hot air leveling The general process of hot air leveling is: micro-etching → preheating → flux coating → tin spraying → cleaning. Advantages: longer storage time; after the PCB is completed, the co...
I use MATLAB to do image processing algorithms. My QQ number is 64847806. I have encountered several problems. Please help me. The first thing I need to do is to use Gaussian low-pass filtering to sha...
u-boot_smdkv210 Analysis 5: Hardware boot process 1. Power on and start irom and iram are located at address 0xD0000000. Since address 0 is a mirrored region depending on the boot mode, it will direct...
This article is based on the Xunwei-IMX6ULL Terminator Development Board. We are very familiar with software download and installation under Windows system. In this section, we will learn about softwa...
International Solar Photovoltaic Network News: Chinese inverter company Sungrow announced that it will build a 3GW photovoltaic inverter manufacturing plant in Bangalore, the capital of Karnataka, ...[Details]
Recently, the results of the 2018 German Red Dot Design Award were announced. GoodWe, a company located in Suzhou High-tech Zone, stood out among thousands of outstanding design products from 5...[Details]
After searching a lot of information, I finally understood the time base timer. I did not use any library functions but operated the registers directly. The following introduces the systick in STM32...[Details]
When Amazon launched its first
cloud computing
service, the outside world was not optimistic about this direction, as it had high investment, low profits and many uncertainties. Let's follo...[Details]
Chip: STM32F107VCT6 Application Pin: THOUSANDS, RMII STM32CubeMX is very convenient to use ETH. The software comes with LWIP and configuration. This time, STM32F107VCT6+DP83848CVV is used. The MII a...[Details]
This is my first time writing an STM32 program. I have many questions to ask. I want to convert the data of the SO of MAX6675 into the actual temperature and read it out using the serial port tool. I...[Details]
In the Huaxing Optoelectronics LCD panel
factory
located in Guangming New District, Shenzhen
, apart from a few people repairing machines, it is often difficult to see other people. Here, ev...[Details]
This program is used in the development board to generate sounds of different frequencies. The overall program is relatively simple, mainly using two timers. The code and my comments are as follows. ...[Details]
On the eve of 5G
commercialization,
ZTE
has established and adhered to
the
5G
pioneer strategy, focusing on
5G
end-to-end solutions, and investing in standard setting, ...[Details]
sprintf is a function in the C language library that converts data types. There is a situation where In 51 MCU, define unsigned char temp; Then I want to use the serial port to print out temp in deci...[Details]
ADC: 1. The ADC module inside STM32 has three ADC1, ADC2, and ADC3, which are independent of each other, so synchronous sampling can be performed. 2ADC input clock must not exceed 14MHz, it is genera...[Details]
How to convert the pin voltage value into V using the built-in ADC of STM32? V(ADC) = Value(ADC) * V(ref)/4096 (The ADC of STM32 is 12 bits, so the maximum value of the AD word is 4096)
Where V(ADC...[Details]
#include reg52.h //Include the header file. Generally, no modification is required. The header file contains the definition of special function registers. /*-------------...[Details]