I found a STM32F051 board, but I forgot all the basic debugging of the board. I got familiar with the development board for a long time. Let's read the data first. The serial port returns the followin
[align=left][color=rgb(25, 25, 25)][font="]For engineers working in the electronics industry, electronic components are like the rice that people import every day. They need to be touched and used eve
I have been using Keil's built-in RTOS for a while. Let me briefly talk about how to use RTX. First, answer the following questions briefly: 1. How to download RTX? You don't need to download the sour
I have a problem with the current signal being conducted by an analog switch or relay. Please advise me.
1. If it is an analog switch, the leakage current cannot be constant and will change with the s
ORG 0000H
AJMP START
ORG 30H
START:
MOV R1,#01H MOV P1,#0FFH ; Turn off the light
MOV TMOD,#00000001B ;Timer/Counter 0 works in mode 1
MOV TH0,#15H
MOV TL0,#0A0H; the number is 5536
SETB TR0 ;Timer/Co
We may have heard the saying "It's not the voltage that kills you, it's the current". But according to Ohm's law, it seems that voltage (V) determines current (I), so the two seem to play the same rol