Abstract: The performance characteristics, circuit design schemes and application fields of four new special integrated switching power supplies are described in detail.Keywords: Special integrated sw...
"VC++ In-depth Explanation (Revised Edition)" starts with practical applications, and gradually explains the internal operating mechanism of Windows programs, MFC framework, text, menus, dialog boxes,...
Use STM32Cube to create an MDK example to control the PC13 flashing light, and use the STM32F103C8T8 core board for verification. [code] while (1) { /* USER CODE END WHILE */ HAL_GPIO_TogglePin(LED_GP...
Texas Instruments' eZ430 -RF 2500 development kit consists of two USB-drive-sized development boards that can connect wirelessly to each other (Figure 4). Wireless connectivity appeals to me because I...
I was fortunate to have conducted an evaluation of the "NXP Rapid IoT Prototyping Kit". I personally feel that the evaluation is not in-depth and extensive enough. I hope that after the event, the kit...
[align=center][url=http://www.cnblogs.com/fnng/p/3576154.html][b]Python[/b][b]Realize Simple Crawler Function[/b][/url][/align][align=left] When we browse the web, we often see some beautiful pictures...
1. Function prototype In the function library officially provided by STM32, you can find functions like HAL_Delay(). This function uses a timer to achieve a more accurate time delay and provides it...[Details]
The update interrupt initialization configuration of the stm32 advanced timer TIM1 is not much different from that of the ordinary timer. What needs to be paid attention to is the configuration of TI...[Details]
Recently, the " ZTE
incident"
caused by the Sino-US trade war
has caused heated discussions in the electronics industry. It not only reflects that Chinese companies are lagging behind in the...[Details]
1. Photovoltaic inverter installation process
1. Preparation before installation
Are the product accessories, installation tools and parts complete? Is the installation environmen...[Details]
In Windows environment, the source code is encoded in UTF-8. If the source file created by STM32CubeMX contains Chinese comments, then using STM32CubeMX to regenerate the source code will cause the C...[Details]
Because the STM32 HAL library only has millisecond-level delay for HAl_Delay(), in order to achieve accurate microsecond-level delay, Systick has to be modified. However, since it is used internally ...[Details]
The goal of this article is to build a TCP client based on the previous project that can ping the PC, and can actively send data to the PC, and can also send and receive data with the PC, and display...[Details]
Artificial intelligence
There is no inherent bias in AI. It does not "think" something is true or false for reasons that cannot be explained by logic. Unfortunately, human bias exists in mach...[Details]
From last year to now, competition in the photovoltaic inverter industry has become increasingly fierce. In addition to the introduction of new products, various marketing and promotion methods hav...[Details]
The article is written for LPC2148, but it is also applicable to Samsung's 44B0 chip. You only need to select S3C44B0 as the corresponding CPU when selecting it. JLINK debugging experience un...[Details]
With the development of the automobile industry, more and more automotive electronic components are being used in modern cars, providing better safety, comfort and economy for cars. In the past, cars...[Details]
WPG Holdings announced that its subsidiary Youshang has launched a wireless smoke alarm solution based on STM and Semtech . With the development of the national economy and the enhancement of...[Details]
On May 8,
Google
I/O 2018 Developer Conference was held as scheduled in Mountain View, California. In the second year of the full promotion of the "AI first" strategy, artificial intelligen...[Details]
Using the WWDG of STM32F030, it is found that the MCU will not be reset under STOP, just like the sleep mode of STM8S. Paste the watchdog code: /******************************************************...[Details]