1)auto
This keyword is used to declare the lifetime of a variable as automatic, that is, variables not defined in any class, structure, enumeration, union, or function are considered global variables,...
RT, I am using STM32F107 chip, and the protocol for communication with server PC is TCP, DHCP function is disabled, and both STM32 and PC use static IP. So, if I change the IP of STM32 (server IP rema...
I used the FTP SERVER function in BOOTROM to load the vxworks image (the size is only 1414KB) and encountered the problem that it took a long time to load the image. The LOG window of the FTP SERVER d...
LED constant current driver chip and system application solution content: 1) Working principle of LED light source; 2) LED constant current source low voltage and high current driver chip and typical ...
About: Virtual Audio Driver Volume (wave) Control (Virtual Sound Card Wave Volume Control) Questions: 1. If you want to use the virtual sound card to control the Wave Stream Volume sent from the upper...
The ADC interface of the microcontroller is an analog-to-digital conversion interface, which converts external analog signals into digital signals. The microcontroller is a digital device, so the anal...
1. Purpose In actual product release, if the program stored in the MCU Flash is not protected, some illegal companies may read the program in the Flash through an emulator (J-Link, ST-Link, e...[Details]
When the domestic discussion about "ZTE being banned" was hot, Alibaba officially announced the acquisition of chip supplier
Zhongtianwei
, but the investment amount was not disclosed. At t...[Details]
The trade war between China and the United States has become the focus. The United States has begun to play the ban card against Chinese technology companies. The ZTE incident shows that if the ban...[Details]
introduction STM32 has many registers, which are difficult to remember, so the official packaged two sets of library functions. One is the standard library, but the official has not updated it on F7,...[Details]
I used STM32CubeMX V4.22.1 to generate a project including EHT and Lwip. The debugging has been abnormal. After careful inspection, the following problems were found: 1. The hardware uses LAN8720A, b...[Details]
introduction In the general project development process, two or more microcontrollers are often required to communicate to complete data transmission. For example, a quadcopter wirelessly transmits d...[Details]
Although it is early summer, the Chinese smartphone market is still in the cold winter, just like Beijing in April with snow. For mobile phone brands caught in the middle, the cold is even more bit...[Details]
Nowadays, everyone is saying that "technology is people-oriented". The essence of the development of technology is to serve the improvement of the quality of life of human beings. Automated driving...[Details]
This example is mainly to familiarize yourself with the register configuration of Timer A and the configuration method of IAR. /*********************************************** Program function: re...[Details]
STM32 uses FSMC to read and write CPLD programs. CPLD is hung on the address line and data line of STM32. CPLD is regarded as an off-chip RAM for reading and writing. On the board I made, CPLD is hun...[Details]
At the beginning of the new year of 2018, after the release of the national photovoltaic policy, we found that the state’s support for village-level poverty alleviation power stations has not weake...[Details]
According to the description provided in the official manual of ST, it is not difficult to see that the ADC analog watchdog is actually that the user can set an upper and lower limit of the AD value...[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]