Due to project requirements, I need to read voltage data from a digital multimeter with an RS232 serial port. The multimeter serial port settings are as follows: baud rate 19200, stop bit 1, data bit ...
Does WinCE support CSocket? If not, how can I complete the communication? I am using the simulator to access a mail server, but the CSocket connection is not working....
Where is the IP address stored in the registry after PPPOE dial-up is successful in Wince 6.0? Of course, there are also subnet mask, default gateway, etc. Thank you...
Today I found a lot of power supplies in the association, only a few of them are ATX power supplies, all with 20-pin connectors. Someone on the Internet explained that just short-circuit the green wir...
I am a beginner in C++, and on a whim I searched for C++ information about STM32 on major search engines. I found that few people use C++ to operate STM32. The following is a STM32 C++ library found o...
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]
"Originally, there are many people who can design very good
chips
, but the market does not give domestic
chips
the opportunity to iterate, and domestic companies cannot give engine...[Details]
1. Problem When developing STM32 with IAR, I found that I could not print floating point numbers by redirecting printf to the serial port. The code is as follows: The output is as follows: It can...[Details]
In the development of artificial intelligence, talent reserve is undoubtedly an important part. Artificial intelligence should be a bottom-level technology that can be deeply embedded in any indust...[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]
What is SYSTICK: This is a 24-bit system tick timer, SysTick, with automatic reload and overflow interrupt functions. All microcontrollers based on the Cortex_M3 processor can obtain a certain time ...[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]
What are your expectations and ideas
for
the future of
Xiaomi Mi Band
?
Xiaomi Mi Band’s
official Weibo shared many netizens’ thoughts on
the future direction and functions
of Xiao...[Details]
Independent watchdog (IWDG) and low power mode are often used in STM32 development. The watchdog is to detect and solve faults caused by software errors, and the low power mode is to enter sleep mode...[Details]
LiDAR: Autonomous driving from the perspective of optoelectronic technology LiDAR and competing sensor technologies (camera, radar, and ultrasonic) intensify the need for sensor fusion and the need...[Details]
ADI has established long-term good relationships with car manufacturers and Tier 1 component suppliers. Based on its previous long-term successful cooperation with new energy vehicles and suppliers a...[Details]
The storage media corresponding to the three boot modes of STM32 are built-in to the chip, they are: 1. User Flash = Flash built into the chip 2.SRAM = RAM area built into the chip, which is the m...[Details]
Summary of STM32 peripheral DMA usage: 1. Select DAM mode according to your needs: (1) Circular mode—DMA_Mode = DMA_Mode_Circular (2) Normal mode—DMA_Mode = DMA_Mode_Normal 2. For Chanel3 of DMA1, t...[Details]
When the program starts running, light A turns on for 5 seconds, then turns off, light B turns on for 5 seconds, light B turns off, light C turns on for 5 seconds, light C turns off, the program ends...[Details]