I would like to ask you: What are the digital peripherals and analog peripherals of a microcontroller? What are the digital peripherals and analog peripherals of the C8051F12X series microcontroller? ...
[font=微软雅黑][size=3]Original post link: [url=https://bbs.eeworld.com.cn/thread-500983-1-1.html]https://bbs.eeworld.com.cn/thread-500983-1-1.html[/url][/size][/font] [font=微软雅黑][size=3]Thank you for par...
[i=s] This post was last edited by paulhyde on 2014-9-15 03:56 [/i] #DAY1-Amplifier This morning, Mr. Zhao gave us a lecture on "Measurement Amplifier.ppt". Peng Xiaodong (Digital Electronics) also ca...
In order to facilitate beginners to find examples on the forum, I took some time to sort out all the executable projects on the forum. The copyright belongs to the original author. I am only responsib...
[size=4] Let me talk about my experience and feelings first. To be honest, I am a data collection enthusiast and have collected quite a lot of classic data (haha, this is not self-praise, the resource...
Two 2032 batteries are brand new and have a voltage of 6.8v; they supply the PIC microcontroller, which has a maximum working voltage of 5.5v; what is a good solution? Working process: After pressing ...
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]
"Originally, there are many people who can design very good
chips
, but the market does not give domestic
chips
the opportunity to iterate, and domestic companies cannot give engine...[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]
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]
The Wassenaar Arrangement, everything started during the Cold War. Let's learn more about it with the embedded editor.
background
After the end of World War II, the United States ...[Details]
At the just concluded InfoComm 2018 exhibition, the two major brands, Zhongke Jiguang and China Hualu, both displayed three-color light source
laser TVs
. The outstanding color performance ...[Details]
The T3 timer (8-bit) of CC2530 requires understanding of T3CTL, T3CCTL0, T3CC0, T3CCTL1, and T3CC registers. Timer 3/4 is an 8-bit timer with timer/counter/PWM functions. Timer 2, also known as MAC t...[Details]
The single-chip microcomputer running light program requires all 32 serial ports to be used, and each serial port has eight LEDs. Question supplement: The 8051 single-chip microcomputer is used, an...[Details]
A simple experimental programming question for the microcontroller: write a 3-byte binary addition subroutine. The program entry is: addend 1: 22H, 21H, 20H three bytes, 22H is the highest bit; adden...[Details]
;The hardware connection circuit of the 51 single-chip microcomputer is as follows: ;P1.3 and P1.4 are each connected to a button; ;P0.0 and P0.3 are each connected to a light-emitting diode; ;P2.0~P...[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]
By manually inputting single pulses to the /INT0 of the 8051 microcontroller one by one, an interrupt is requested to the microcontroller. Each time the microcontroller interrupts, it outputs 55H, AA...[Details]
I have been working on single-chip microcomputers for several years, and I have always wanted to make a series of summaries. It happened to rain today. As the saying goes: Rainy days are good for...[Details]
1. Pin: 0 in 1 out Set Status Output status IO register setting DDR×A certain bit is set to 1, and the corresponding bit IO is set to output; PORT×A certain position is 1/0, and t...[Details]