Power on
I found a miniUSB data cable to connect to the link debugging interface, and I found that L_LED2 was flashing, and LED1 to LED4 were lighting up in a cycle. It can be seen that the program cu...
I just watched on TV that the Obama administration may be shut down soon because it failed to reach an agreement with Congress!
Obama is so unlucky, he might as well be a county party secretary in a c...
I need help from industry insiders. I need a single-ended to differential device. Since the input signal frequency is 4GHz bandwidth, I have looked for many differential op amps. The differential op a...
I have been learning Java and .net for a long time. Now I want to learn embedded systems. I don't know where to start. Can experts give me some advice? Thank you. I know C/C++, can understand assembly...
I haven't taken apart anything for a few days and my hands are itching to do something, so I'll take apart something I've never taken apart before! This time I'm working on the laser tube in an optica...
Circuit Function and BenefitsThe circuit uses the AD5292, a digital potentiometer from the digiPOT+ series, the ADA4091-4 quad operational amplifier, and the ADR512 voltage reference to provide a prog...
Dong Yang, executive vice president of the China Association of Automobile Manufacturers, said on the 26th that according to the authorization of the Ministry of Industry and Information Technology...[Details]
In recent years, as energy consumption and environmental protection issues have attracted people's attention, my country's solar photovoltaic power generation industry has shown a rapid development...[Details]
ZTE
The communication embargo incident has impacted the communication industry and sounded the alarm for the semiconductor industry. Let's follow the embedded editor to learn more about the r...[Details]
In the actual project development process, it is common to encounter modifications to the hardware circuit, and then the modified part requires the modification of the driver. Thinking about the comi...[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]
This part of the code in the void SystemClock_Config(void) function in the main file generated by stm32cubemx RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; This bug occurs, and the f...[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]
1. Initial understanding of FSMC: FSMC consists of 4 modules: (1) AHB interface (including FSMC configuration register) (2) NOR flash memory and PSRAM controller (when driving LCD, LCD is like a PSRA...[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]
As photovoltaic power stations come into people's view, people are paying more and more attention to them. Recently, some netizens asked me how to match the inverter and components of photovoltaic ...[Details]
In order to strengthen the traceability management of recycling and utilization of power batteries for new energy vehicles, and to standardize and guide all relevant parties to fulfill their tracea...[Details]
At the beginning, I used the stdlib library. Recently, I found that the cube library is more and more widely used, so I started to use the cube library to complete the ADC multi-channel acquisition e...[Details]
#include avr/io.h void Delay(unsigned int T) { unsigned int i,j; for (i=0;i T;i++) for (j=0;j 100;j++) asmvolatile ("nop"); //Assembly instruction, let the microcontroller run empty instruction...[Details]