switch(__even_in_range(ADC10IV,12)) { case 0: break; // No interrupt case 2: break; // conversion result overflow case 4: break; // conversion time overflow case 6: break; // ADC10HI case 8: break; //...
I have a question. I have a board with PIC18F6520 as the main control. It has an ADS1115 analog conversion chip that supports IIC protocol. Now I want to measure analog voltage through ADS1115 and use...
Several questions about 7S3P battery pack circuit
1. Figure 1 shows the activation circuit of the short-circuit B+ and P+ of the electronic group. Why should the positive control method be used for th...
For the configuration of the clock system, a total of four registers are used: DCOCTL-DCO control register, BCSCTL1-basic clock control register 1, BCSCTL2-basic clock control register 2, BCSCTL3-basi...
Does anyone know how long it takes to do FFT of 128 points, 64 points, etc. when using the FPU and DSP library of STM32L4 to do FFT calculations? [/td][/tr] [/table]...
On April 20, the Photovoltaic Summit, guided by Jiangsu Renewable Energy Industry Association, hosted by Growatt, and supported by LONGi Solar Technology Co., Ltd. and Jiangsu Bigo New Energy Group...[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]
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 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]
1. Usage scenarios In the first case, when using a common STM32 delay function, similar to HAL_Delay(time), since this function uses a loop to judge and delay, when executing this function, the ent...[Details]
Friends who work in the photovoltaic industry, do you still remember the hard work on June 30 last year? How many people worked late into the night for months in a row just to connect to the grid a...[Details]
Recently, Zhejiang Lipu Crushing Equipment Co., Ltd. invested 50 million yuan to build a new "annual production of 1,200 high-efficiency and energy-saving ultra-fine pulverizer construction project...[Details]
China Energy Storage Network News:
On the 7th, Jurong Economic Development Zone signed a strategic cooperation framework agreement on comprehensive energy services with State Grid Jiangsu Int...[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]
On May 16, in response to
the public opinion storm caused by
Lenovo's
"
5G
voting" incident,
Lenovo
Holdings Chairman and
Lenovo
Group Founder Liu Chuanzhi, Lenovo Gr...[Details]
Independent watchdog (IWDG) and low power mode are often used in STM32 development. The watchdog is to detect and solve faults caused by software errors, and the low power mode is to enter sleep mode...[Details]
A crystal oscillator can be electrically equivalent to a two-terminal network consisting of a capacitor and a resistor in parallel and a capacitor in series. In electrical engineering, this network h...[Details]
DMA: 1. When using DAC, when the converted analog signal is output through the IO port, why is the IO port also configured to input mode? PS: The stm32 manual defines that PA4 and PA5 are connected...[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]