A group 23267630 specifically for software and hardware workers in Hangzhou. Friends who are engaged in software and hardware development in Hangzhou are welcome to join....
I have a question. What programs do you guys usually use SI to read? I just started using SI recently. I used SI to read a project file written in VS2005, which I am not familiar with. When reading in...
In order to consolidate the C language knowledge of the forum members, I will occasionally show you various C language problems I encounter or the better problems I see in this way of answering. The f...
On the Youjian 6410 platform, there are several subdirectories under the directory D:\WINCE600\PLATFORM\SMDK6410\SRC\BOOTLOADER\: \EBOOT.WHIMORY \NBL1.IROM_SD \NBL1.LSB \NBL2. What are the functions o...
I use FET-Pro430 to download the program in IAR. The configuration is as shown in the figure, but the dynamic link library error always occurs. Please tell me the solution....
Is there any way to avoid the part where the FIR filter starts rising from zero? [img]file:///C:\Documents and Settings\Administrator\Application Data\Tencent\Users\465223499\QQ\WinTemp\RichOle\DM8S@Y...
In our common sense, the word technology often has two definitions. The first is the technology sealed in the laboratory. They are like flowers on the mountain top. Only a few people on the mountai...[Details]
In the war without gunpowder between China and the United States,
ZTE
has become a new victim. The seven-year chip ban by the United States has pushed this communications giant to a life-or...[Details]
China Energy Storage Network:
Blockchain + finance, blockchain + environmental protection, blockchain + insurance, even a roadside fried chicken shop is using the banner of blockchain + fried...[Details]
China Energy Storage Network News:
The State Grid Corporation of China, this elephant, is planning to turn around and enter the emerging power service market.
The rallying cry for the tr...[Details]
This small program is still the use of timer, which is relatively simple. The specific parts are noted in the comments, please refer to the comments. /*********************************************...[Details]
The implementation of CAN driver under embedded operating system Android requires not only adding CAN driver device in Linux kernel, but also implementing the call of Android HAL layer. Taking S5...[Details]
Photovoltaic inverters are the core equipment of photovoltaic systems. Their main function is to convert the direct current generated by photovoltaic modules into alternating current that meets the...[Details]
1. Function and purpose There are two pins BOOT0 and BOOT1 on each STM32 chip. The level status of these two pins when the chip is reset determines which area the program starts from after th...[Details]
The first one is a DMA mode of multiple channel acquisition void ADC_DMA_Config(void) { ADC_InitTypeDef ADC_InitStructure; RCC_HSICmd(ENABLE); while (RCC_GetFlagStatus(RCC_FLAG_HSIRDY) == RESET); ...[Details]
Internal channels of ADC: In addition to using external channels to collect external analog voltage signals, the ADC of STM32 also has two internal channels 16 and 17. Channel 16 is connected to ...[Details]
Using AT89S51 microcontroller, modify the original one to turn the LED on for 4s and off for 2s. Thank you. Use a timer. (The program is written in the answer, omitted here - just a note) The origi...[Details]
Circuit: Using AT89S52 single chip microcomputer. P3.0 to P3.3 are connected to four external buttons. P3.4 to P3.7 are the bit selection ports for controlling the four digital tubes, and P1 is the s...[Details]