if(ReceiveBuf==0x55)
{ SBUF = SendBuf[0]; //If the received value is 0x55, send out 0xaa in SendBuf[0]
while(!TI); //wait to send
TI=0; //If the transmission is completed, clear TI to 0
P2=0x00;
BEEP=...
There are three ways to program the flash memory of MSP430 microcontroller: JATG port, BSL or user-developed program. This method is familiar to everyone, and there are many materials introducing home...
Yesterday I worked on the infrared communication device topic of the 2013 electronics competition. I spent the whole morning and afternoon adjusting it, but I still can't achieve modulation using LM56...