[align=left][b]Abstract[/b]: As the integration of VLSI becomes higher and higher, the design becomes more and more complex. Traditional design methods such as schematic input and HDL language descrip...
Hello everyone! I am an electronics enthusiast and want to learn microcontrollers in my spare time. This is the schematic diagram I drew from an LED lamp. I don't know how to use serial communication....
I just learned 430 and wrote a program for a timer to output PWM waves, but it just doesn't work. The program is attached below. I hope some seniors can pass by and give me some advice on #include#def...
I am using STC12C5A60S2 MCU now, and need to generate 125KHZ square wave, and also need to use the jump capture function to capture external signal. I wonder if the PCA module in this MCU can work in ...
I used the STM32107vc external crystal oscillator and changed the original 25M to 8M #include
#include "usart.h"
#include "delay.h"vu16 T1_H,T2_H,T3_H,T4_H;
//unsigned char counter=0;
//unsigned char ...