I use P1.7 of P1 port as interrupt, the falling edge is valid, and P1IFG is set to 0x80 when detected,but while(P1IFG&0X80) or while((P1IN&0X80)==0) cannot be used and cannot enter the loop.I can chan...
1. Micro-transmitting power: maximum transmitting power of 17dbm (50mW). 2. Operating carrier frequency 470-490MHz, no need to apply for frequency. 3. Professional industrial-grade embedded design, sm...
BCSCTL1 = XT2OFF; I use this statement to turn off XT2CLK, but why does XT2CLK still function as clock output after BCSCTL2 = SELM_2+ DIVM_0 + SELS + DIVS_0; instead of automatically switching to DOC ...
I have been working for a year, mainly writing microcontroller programs and small VC applications. I feel that I have learned enough about microcontrollers (maybe I just feel good about myself), and I...