The following is a piece of assembly code. There is a sentence I don't understand. Please advise.;---------------------------------------------------------------RSEG DATA_CONEVENT××DW T××_1DW T××_2DW ...
I want to ask if ADE7758 needs to be programmed when it is used? I see there are many function registers in it to control various functions. If it needs to be programmed, what language should be used?...
Let me describe my system first: My flash is a 128k NOR flash. The CPU is 51. Because 51 can only address 64k, this 128k flash is divided into two blocks. The lower 64k is used to store the applicatio...
Due to the company's strategic development needs, we are now recruiting 5G filter design engineers with high salary, starting from 400,000 yuan per year. Interested parties are welcome to contact us b...
[table=98%] [tr][td]I would like to ask the teachers, how to use the voltage of the potentiometer to control the rotation angle of the stepper motor, for example, after the 1V voltage rotates 30 degre...
In the past few days, the news that ZTE was "banned" by the US Department of Commerce has triggered widespread reflection and concern in various domestic industries about the lack of independent co...[Details]
I have read the source code of mbed these days, and the interface encapsulation for upper-level application calls is quite good. The code quality is relatively high, the comments are also very detai...[Details]
The trade war between China and the United States has become the focus. The United States has begun to play the ban card against Chinese technology companies. The ZTE incident shows that if the ban...[Details]
In the development of artificial intelligence, talent reserve is undoubtedly an important part. Artificial intelligence should be a bottom-level technology that can be deeply embedded in any indust...[Details]
On April 18-19, 2018, at the "Second Distributed Photovoltaic Carnival" held in Hangzhou, Jinko Power and China New Energy Assets Investment, Financing and Trading Platform (hereinafter referred to as...[Details]
STM32 uses FSMC to read and write CPLD programs. CPLD is hung on the address line and data line of STM32. CPLD is regarded as an off-chip RAM for reading and writing. On the board I made, CPLD is hun...[Details]
Recently, Jiangsu GoodWe Power Technology Co., Ltd. ("GoodWe") unveiled two products of the SDT family, the 17kW smart photovoltaic inverter GW17KN-DT and the 20kW smart photovoltaic inverter GW20KN-D...[Details]
1. Heart rate measurement principle 1. What is a heart rate module? The heart rate module is professionally used to monitor the heart rate of the wrist, fingers, forehead, earlobe, chest and other ...[Details]
Today’s medical devices are filled with increasingly complex electronic devices that monitor, display, assist and warn patients. The latest generation of medical device electronic devices are smaller...[Details]
****************************************************************** 1. The operand is in register, R0--R7 2. Operands are in internal RAM 3. Operands are in external RAM But they are all similar. For ...[Details]
An easy programming question for microcontrollers! Urgent, write a 3-byte binary subtraction subroutine. When using the main program to call multiple groups of data for debugging, two situations need...[Details]
LiDAR is a comprehensive light detection and measurement system. Compared with ordinary radar, LiDAR can provide high-resolution radiation intensity geometric images, distance images, and speed im...[Details]
#include avr/io.h #include avr/interrupt.h int main() { DDRB|=0X20;//Set PWM waveform output, connected to port PB5, see the comment of OCR1A=15625 for details DDRE=0X04; PORTE=0X04; DDRA=0XFF; P...[Details]