Senior FPGA Engineer (Under 33 years old 25-35k*14+year-end bonus)Job Description:1 Complete demand analysis according to system hardware structure;2 Complete FPGA logic design according to applicatio...
I intercepted the command code sent by a mobile phone as follows: 4b 00 21 27 00 01 00 8b 97 7e 4b 00 21 27 00 02 00 e3 bd 7e 4b 00 21 27 00 07 00 5b c3 7e 4b should be the command code 8b 97 or somet...
The system's up and down frequency conversion cannot be separated from the stray. Strictly speaking, all communications cannot be separated from the stray....
[font=Arial]I want to use two dry batteries as the power supply for the microcontroller development board. Is it feasible? My development board uses L7805 AC voltage regulator. Now I want to bypass 78...
[align=left][font=宋体][font=Verdana][size=4][color=#000000]With the development of society, the reform of the medical system, the media's publicity, the people's legal awareness has been greatly streng...
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]
For STM32, there are two ways to reset the software: 1) Use the official software library The system reset function is directly provided in the stm32f10x_nvic.c file of the official software li...[Details]
I recently upgraded MDK to V5.25 and found that there are many libraries in the Managing Run-Time Environment. Compared with the past, it is much better, from the bottom-level driver to the upper-le...[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]
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]
In recent years, in order to meet the needs of social development, more and more companies have entered the fields of smart phones, artificial intelligence,
VR
, AR, etc. After seeing the d...[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]
The analog watchdog of the ADC is used to check if the voltage is out of bounds. It has two upper and lower bounds, which can be set in the registers ADC_HTR and ADC_LTR respectively. The library fun...[Details]
STM32 has 2 watchdogs: independent watchdog and window watchdog. Independent watchdog IWDG: A system fault detector that is independent of the system and is not affected by the system because it has ...[Details]
The calculation formula of the watchdog feeding time (watchdog overflow time) is: Tout=((4*2^prer)*rlr)/40 Tout is the watchdog overflow time (in ms), prer is the watchdog clock prescaler value (...[Details]
The photovoltaic industry has become a new business card for China to the world. It not only represents China's leading technology, but also constantly breaks various records with its development spee...[Details]
1) ADC multi-channel acquisition: (Multi-channel acquisition must use scanning mode. In scanning mode, the channels of the rule group share a register, so DMA transmission must be used; to prevent da...[Details]
#include reg52.h //Include the header file. Generally, no modification is required. The header file contains the definition of special function registers. /*-------------...[Details]