[i=s]This post was last edited by DavidZH on 2016-12-12 16:29[/i] There are many IDEs that support ST, including those developed by ST itself and those supported by third parties. When using a compile...
Where is the definition of lwIPHostTimerHandler() in the enet_io routine? I only found it in the lwiplib.c file: static void lwIPServiceTimers(void) { #if HOST_TMR_INTERVAL /* Timer serving the host*/...
I have made a product using a GPRS module, and I need to use a built-in LDS antenna. Regarding the design of the GSM antenna, the module recommends that the RF design needs a reference ground plane, e...
I went around Wuhan Guangbutun today and found some wireless modules like RTC2000, but the shop owner said they can only be used as radios and not wireless networks. I would like to ask you to give me...
The text file I mentioned is only read in my application, and not written. When I open the file, it is opened in read-only mode. But after a period of time, the file is full of garbled characters. My ...
In recent years, as energy consumption and environmental protection issues have attracted people's attention, my country's solar photovoltaic power generation industry has shown a rapid development...[Details]
China's photovoltaic power generation installed capacity achieved rapid growth in 2017, and distributed photovoltaics achieved explosive growth. In 2017, the country's photovoltaic installed capaci...[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]
1. Placement suspension void NVIC_Configuration(void) { NVIC_InitTypeDef NVIC_InitStructure; /* Set the Vector Table base location at 0x08004000 NVIC_SetVectorTable(NVIC_VectTab_FLASH, 0x4000)...[Details]
All relevant units:
In accordance with the relevant requirements of the provincial and municipal electric vehicle charging infrastructure construction work, in order to further standardize the...[Details]
Security PPP is a new model of urban video surveillance projects: 1) The government and social capital establish a project company in a certain proportion; 2) The project company participates in the ...[Details]
Processors with artificial intelligence are mostly integrated into cars, PCs, security cameras, smart speakers, robots and other related technology equipment, but
AI
chips were initially de...[Details]
Every era has its own representative company, and the small game between representative companies in the big era also reflects the big game between countries to a certain extent. Let's learn about ...[Details]
This program uses the eight-channel ADC single acquisition mode. According to the configuration, ADC12SC will automatically reset after the conversion is completed in the single mode, so it is necess...[Details]
1 Introduction Due to the special working environment of coal mine production, the production process is more dangerous and unsafe than the general industry. With the continuous increase in c...[Details]
Many embedded geeks are wondering what the future holds if they continue to invest time, energy and money in MICroChip's PIC32 series MCUs. Will their investment be safe, and how does it compare ...[Details]
As photovoltaic power stations come into people's view, people are paying more and more attention to them. Recently, some netizens asked me how to match the inverter and components of photovoltaic ...[Details]
Every era has anxiety that has nowhere to go. Let's follow the embedded editor to learn about the relevant content.
The anxiety of the post-Internet era is that if you don’t revolutionize ...[Details]
At the beginning, I used the stdlib library. Recently, I found that the cube library is more and more widely used, so I started to use the cube library to complete the ADC multi-channel acquisition e...[Details]
environment: Host: XP Development environment: MDK4.23 MCU:STM32F103CBT6 illustrate: Collect AD through pins PA1 and PA2. Collect AD 10 times for each channel. #include "ad_driver.h" //Global ...[Details]