I have been looking at MSVAD in DDK recently, and I want to develop a virtual sound card driver. Everyone says to look at DDK, but I don't understand it. Some concepts are not clear, such as mixer, Mi...
... MOV DPTR #0FEF8H ; point to the first address of ADC0809 MOVX @DPTR , A ; start A/D conversion ... In these two instructions, the A register in the second instruction has not been assigned a value...
[size=5][color=#000080]「ADI Analog University」[/color][/size][size=5][color=#000080]ADI's Digital Isolator Basics (2014.3.3)[/color][/size] [size=5][color=#000080](Daily data)[/color][/size] [size=4][...
1. Now there are JK series in the market except Raychem, which are completely interchangeable; 2. There are mainly two voltage specifications I have contacted, 60V and 250V, which can be used for both...
Senior Software Engineer for Car Audio Job Description: Car Audio Embedded Software Development Job Requirements: -Bachelor degree or above in Electronic Engineering or related majors; -2-3 years or m...
I want to use a table to generate a reference sine table to generate an SPWM wave, but before the pid operation, how do I calculate the error between the sampled voltage and the reference voltage? The...
The most significant event in the technology circle during this period is undoubtedly the news that ZTE was banned by the United States. Once the news came out, it shocked the entire Chinese techno...[Details]
Guangdong Traffic Regulation No. 355
To all municipal transportation bureaus (commissions) above the prefecture level, provincial transportation groups, Guangdong Power Grid Compa...[Details]
Recently, the Provincial Development and Reform Commission and the Provincial Poverty Alleviation Office jointly organized the application for a number of centralized photovoltaic poverty alleviation ...[Details]
Using Systick timer to achieve delay 1. SysTick timer characteristics The SysTick timer is a 24-bit down counter, that is, when vlue is decremented to 0, an interrupt is triggered and the load va...[Details]
Recently, the US embargo on ZTE has attracted much attention. Let's take a look at the relevant content with the automotive electronics editor. On April 16, local time, the U.S. Department of Co...[Details]
1. Determination of STM32 ADC sampling frequency 1. First, read some information to determine the ADC clock: (1) The ADCCLK clock provided by the clock controller is synchronized with the PCLK2 (A...[Details]
According to MEMS Consulting, Japan's
Toshiba
will further develop its automotive
LiDAR
(laser radar) semiconductor business, mainly focusing on: (1)
light receiving elements use...[Details]
In most countries, the military is a fairly large group, and the health of soldiers is particularly important to the combat effectiveness of the army. The US Department of Defense's Advanced Resear...[Details]
I am going to do a project recently, which requires counting the frequency and duty cycle of the external PWM signal. The chip used is STM32F207 Looking at the datasheet, I found that one of the ma...[Details]
The watchdog timer is used to prevent the program from running away due to strong interference noise caused by power supply, space electromagnetic interference or other reasons. Many microcontrollers...[Details]
In 2018, the National Development and Reform Commission issued a new photovoltaic subsidy policy. The benchmark on-grid electricity price was significantly reduced, the return on investment decreased,...[Details]
Making a digital sampling oscilloscope has been my long-standing wish, but after all, this goal is quite difficult, and there are too many aspects involved, such as analog front-end circuit, high-spe...[Details]
If you do not use an external crystal on the STM32, the connection method of OSC_IN and OSC_OUT If you use the internal RC oscillator instead of an external crystal, please follow the following metho...[Details]
Manually assemble the following program machine code and analyze the execution function of the program segment. CLR A MOV R2, A MOV R7, #4 LOOP: CLR C MOV A, R0 RLC...[Details]