[i=s]This post was last edited by paulhyde on 2014-9-15 09:35[/i] I would like to ask you: After using the soldering iron for a period of time, the temperature of the soldering iron tip cannot reach t...
I just started learning VxWorks, and there is a question that has always confused me when reading the documentation. The documentation says that VxWorks defines both VxWorks interfaces and you can als...
[backcolor=rgb(222, 240, 251)]The linear regulators or switching regulators we use generally have a maximum current limit. What does this mean specifically? Does it mean that if the current exceeds th...
50mA current drives LD, the output power of LD is 30uW. 50mA current drives LD through the bias Tee circuit, so the output power of LD should also be 30uW. Why does the power of LD increase 20 times a...
Please give me some advice, thanks. . I have three questions: 1. Now RS232 serial port usually uses 9-frame connection line. The simplest connection is 3 connection lines, namely ground connection (co...
void delay(); void timer0(void); unsigned int count; main(void) { InitSysCtrl(); DINT; IER=0x0000; IFR=0x0000; InitPieCtrl(); InitPieVectTable(); There is no problem with the above program, and other ...