Modules 1 and 2 are 8-bit registers, and module 3 is a 16-bit register. The data in modules 1 and 2 are transferred to storage module 3 through the APB bus. The APB bridge selects the two modules resp...
I have simulated a three-point oscillator circuit with improved parallel capacitors in a reference book these days. It can oscillate, but the waveform is always negative. I can't figure it out! I woul...
Experts, please help me, my supervisor asked me to take a project, and I have to learn DSP by myself? How should I learn it? I am overwhelmed by seeing all this....
Course ScheduleIn this article, I will first introduce Niu Er's courses.Part 1: Linux shell programming
The main focus is on learning commonly used Linux commands and the basic knowledge of the Linux ...
I started learning AVR recently. There are many videos about atmega16 on the Internet, so I started with it. I wrote a program to make a light flash. I used WinAVR.
#include avr/io.h #include util/del...
On January 2, 2008, China Youth Daily reported that Fukuda Tomiaki, director of the Japan Olympic Athlete Strengthening Headquarters, hoped that China, Japan and South Korea would hold joint training ...
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]
In 2017,
Sanan Optoelectronics
achieved sales revenue of 8.394 billion yuan, operating profit of 3.856 billion yuan, and net profit attributable to shareholders of the parent company of 3.1...[Details]
On April 19, it was reported that Alibaba DAMO Academy is developing a neural network chip, Ali-
NPU
, which is mainly used for
AI
reasoning calculations such as image and video analys...[Details]
1. Principle 1. Infrared emission protocol The infrared transmission protocol has been written in the previous article , so I will not repeat it here. 2. Timer counting and input capture A timer...[Details]
background After the hardware engineer completed the PCB and schematic design, the routine was modified according to the tutorial of Zhengdian Atom to verify the correctness of the hardware. STM32F...[Details]
I used STM32CubeMX V4.22.1 to generate a project including EHT and Lwip. The debugging has been abnormal. After careful inspection, the following problems were found: 1. The hardware uses LAN8720A, b...[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]
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]
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]
STM32 has two watchdogs: independent watchdog and window watchdog. This article mainly introduces the use of independent watchdog. Independent watchdog (IDWG): driven by an independent 40KHZ low-sp...[Details]
The pins of stm32 have two uses: GPIO (general purpose io) and AFIO (alternate function io) For some pins (depending on the chip), neither of these two uses exists. For example, in 64-pin products, O...[Details]
STM32 has three startup modes. In RM0008 downloaded from the ST official website, you can find the startup-related configuration instructions: Translated into Chinese: The storage media corresp...[Details]
I have encountered many problems when tinkering with LD driver recently. I will record them one by one below. Otherwise, who will remember who in five hundred years? 1. Configuration issues of multi-...[Details]