GH-718 human body induction module ■ Application range ■ Security products ■ Human body induction toys ■ Human body induction lamps ■ Industrial automation control, etc. Main technical parameters: 1 W...
[size=4]CC2430+CC2591 module is the expansion of CC2591 on CC2430 module. CC2430+CC2591 module is the first SOC chip CC2430 that complies with ZigBee. It is a carefully designed wireless transceiver m...
Hardware-friendly MINI2440. Made a BSP that has realized network download. Customers require DNW+USB download. I downloaded a Samsung original CE5.0bsp%2C from the Internet, including eboot, nboot, ke...
I want to learn something related to the underlying technology in preparation for the postgraduate entrance examination, but I don't know which university has good research on OS. I want to ask for tw...
void init_DMA4(){DMSA=DMSRC4;DMSDN=0x21;DMSA=DMDST4; DMSDN=0x6A00 ; DMSA=DMCTR4; DMSDN=479;DMSA=DMSFC4;DMSDN=0x10EF;DMSA=DMMCR4;DMSDN=0x7045;}This is how DMA4 is initialized, receiving data from mcbsp...
1. Test conditions Hardware: STM32L432KC Main frequency: 80MHz Compiler: IAR 8.20.1 Compiler options: High Speed no size constraints CRC generator polynomial: 0x782f 2. Test Method The softwar...[Details]
1. Photovoltaic inverter installation process
1. Preparation before installation
Are the product accessories, installation tools and parts complete? Is the installation environmen...[Details]
The Wassenaar Arrangement, everything started during the Cold War. Let's learn more about it with the embedded editor.
background
After the end of World War II, the United States ...[Details]
The application of millimeter wave technology in mobile communications also involves a series of technical problems, including the large propagation loss of millimeter waves and the susceptibility ...[Details]
In the project, CPLD is needed to complete part of the algorithm design. The parameters are given by AVR, so the communication between AVR and CPLD needs to be completed. Therefore, a test program is...[Details]
Household photovoltaic power stations mainly utilize idle resources on existing household buildings, such as roofs, wall facades, balconies, courtyards, etc., to install and use distributed photovo...[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]
The analog watchdog of the ADC is used to check if the voltage is out of bounds. It has two upper and lower bounds, which can be set in the registers ADC_HTR and ADC_LTR respectively. The library fun...[Details]
As shown in the figure, the author soldered a STM32F207VET6 board using a TQFP (32-100PIN) 0.55MM to direct plug adapter board. The board leads out the SWD debug interface (only PA13 and PA14 are occ...[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]
1. What is PWM What is PWM? Professionally speaking, it is pulse width modulation. In layman's terms, it is the continuous output of high and low levels. For example, the microcontroller outputs...[Details]
Single-chip microcomputer experiment design: It is required to use 8951 series single-chip microcomputer, design a pulse generator with a pulse width duty cycle of 50%, 25% adjustable, and a period o...[Details]
Assume that the MCS-51 microcontroller uses a 12MHz crystal oscillator, and wants to use a timer to generate a pulse with a duty cycle of about 30% and a period of 60ms at port P1.0. ;==============...[Details]