If MCLK is LFXT1CLK, i.e. 32768Hz, BCSCTL2=SELM_3 should be used; Why is the io port interrupt the same with or without delay? MCLK should be DCOCLK by default. Is it because I haven't set it up yet? ...
Use IO port to implement 3*3 key************ function:use IO port P1.4~P1.7 to impelment 3*3 key --------------------------------------------------- test:press a key then watch the relevant LED light ...
Can I dynamically change the size of a window that has been set at initialization? For example, when displaying a video image, it should be displayed in full screen instead of half screen! How can I d...
The constant current source circuit composed of transistor, diode and op amp---------Which forum friend can explain the principle of constant current in detail? Does the constant current of the transi...
I want to realize the serial communication between the host computer and the 430 microcontroller. After the microcontroller receives the command from the PC, it executes the corresponding command. The...