I have realized the communication between arm and host computer through Ethernet, using two ports, one 8000 and one 80. 80 is used for simple web page control of arm, and 8000 is used for data transmi...
[i=s]This post was last edited by sky9218 on 2019-10-30 21:41[/i]User software implements system management through registration system, and the software startup and exit are operated by system menu. ...
[i=s] This post was last edited by tyw on 2017-12-11 11:32 [/i] [url=https://download.eeworld.com.cn/detail/tyw/566086][table=98%] [tr=rgb(213, 210, 210)][td]Two-color graphic detailed explanation of ...
[b]0 Introduction[/b] Nowadays, embedded devices exist in every corner of people's lives, such as digital cameras, mobile phones, TV set-top boxes and handheld computers. Most of these embedded device...
ON Semiconductor has introduced the NB4N507A, the first device in a family of fully integrated phase-locked loop (PLL) integrated circuits (ICs) designed to replace expensive crystals to generate cloc...
Wang Xiaochuan, the "Wudaokou Goalkeeper", is going through a level that he has never gone through before. For example, Sogou's (NYSE: SOGO) financial report, artificial intelligence, and the futur...[Details]
Recently, the U.S. Department of Commerce announced that it would prohibit companies in the country from selling any electronic technology or communication components to ZTE, a Chinese communicatio...[Details]
In the actual project development process, hardware circuits often need to be modified, and the modified parts need to modify the driver. Thinking about the coming and going of such requirements is t...[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]
The program got stuck during LCD initialization. Through hardware debugging, it was found that it was stuck in the Delay_ms() function. Going to the definition, it was found to be a macro definition ...[Details]
stm32cubeMX graphical configuration content STM32CubeMX is part of the original STMCube initiative from st microelectronics, and STM32Cube includes STM32CubeMX. STM32CubeMX is a graphical software co...[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]
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 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]
The clock system of STM32 can be directly summarized in a diagram (from the STM32F10X reference manual). The following is an analysis of this diagram 1. STM32 input clock source 1.1 Function of cl...[Details]
It is required to use MCS-51 microcontroller to sort data. 1. Sort the 8 data in ascending order; 2. The data to be sorted is stored in the internal data memory address units 30H-37H, which are 34H, ...[Details]
1.GCC+PN(WinAVR-20071221) Introduction: WinAVR-20071221 comes with Programmer's Notepad, which is an easy-to-use and powerful code editor with basic functions such as project management, syntax colo...[Details]