Here is a LSD document about MSP430 UART self-upgrade for your reference. With a little modification, you can upgrade the program via I2C or SPI interface....
Program List #include pic16F87x.h #include "mydefine.h" #include pic.h static int flag,flag0,flag1,flag3,led_d; static int data1[5],data2[5]; static int data,data0,data_1,data_2,sdata; //=============...
This is a subroutine I wrote to write n data into flash at a time, but it is only ok the first time I write it. The data is wrong when I write it again. I don't know why. Can an expert help me? void T...
In vxworks, can I change the interrupt number of a PCI device? Why doesn't it work after I changed it? pciConfigOutByte (pReso->pciBus, pReso->pciDevice, pReso->pciFunc, PCI_CFG_DEV_INT_LINE, pReso->i...
The voltage gain of the voltage follower is 1, so it is called a voltage follower. It is a common collector circuit composed of a triode. The signal is input from the base and output from the emitter....