CPU card definition Generally speaking, a CPU card chip refers to a chip that contains a microprocessor, and its function is equivalent to that of a microcomputer. The metal sheet on the integrated ci...
[color=rgb(0, 0, 0)][color=rgb(68, 68, 68)][backcolor=rgb(255, 255, 255)]Recently, I want to use FPGA to make a HID device keyboard. I only need to make two keys. One left key and one right key. I che...
Melexis Hall Angle Position Sensor can be used for angle, position and displacement detection. It can be used for TPS throttle position detection, EGR valve, turbocharger, shifter, accelerator pedal, ...
[i=s]This post was last edited by 通夜敲代码 on 2015-1-1 18:08[/i] I just noticed that the moderator of this section is Uncle @chunyang! :sexy: [color=#222222][backcolor=rgb(238, 238, 238)][font=sans-serif...
1. What are synchronous logic and asynchronous logic ? What is the difference between synchronous circuits and asynchronous circuits?
3. What is the Setup and Holdup time ? What is the difference betw...
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]
introduction In the general project development process, two or more microcontrollers are often required to communicate to complete data transmission. For example, a quadcopter wirelessly transmits d...[Details]
This routine is also a classic routine on the development board. I modified the framework of the program to make it more suitable for future calls. The specific 4*4 keyboard scanning principle is rel...[Details]
Different from 51, AVR and other single-chip microcomputers, the clock signal sources of msp430 include LFXT1, XT2 and DCO. 1. LFXT1: It can connect high-speed and low-speed crystal oscillators. In l...[Details]
This paper combines embedded control technology with network control technology to realize the design of temperature control system based on single chip microcomputer through Internet control. Th...[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]
Here is the temperature added in the previous chapter The above figure is the temperature calculation formula: where Vsense is the ADC value collected from the temperature channel. The stm32f407 ...[Details]
1) ADC multi-channel acquisition: (Multi-channel acquisition must use scanning mode. In scanning mode, the channels of the rule group share a register, so DMA transmission must be used; to prevent da...[Details]
This program sets the LED running light and the 0-16 numbers of the 0th position of the digital tube to light up in a cycle. The digital tube program cannot be put into the main function, because the...[Details]
;Question: The 80C51 single-chip microcomputer has a fosc = 6MHz. It is required to use the T1 timer working mode 1 to perform a timing of 40ms. And P1.7 periodically outputs a rectangular wave with ...[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]
According to data released by WitsView, among the top six TV panel companies in 2017,
Samsung
's TV panel production capacity declined the fastest, reaching -15.4%. However, this does not m...[Details]
HT47I_O Port Application include ht47c20.inc data .section 'data' count db ? code .section at 0 'code' org 00h jmp start org 04h reti org 08h reti org 0ch reti org 10h jmp timer_int ;***...[Details]