The company now has two products, one is ARM7 and the other is SyncMOS sm8958A. There is also an Atmel ATF1508AS on the board. Now I am asked to take over. Where should I start? I used to do software ...
When I used stm32 before, I was deeply impressed by the serial port debugging component of Atom, so I transplanted the component to test the serial port function debugging function.The Atom component ...
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 ...