I am using MSP430G2553 and the software Energia. This is the following schematic design for the msp.


Can someone enlighten me what does it mean by "from USCI" in the table above?
The problem is that im trying to configure the SPI Mode for a system (with registers.). my codes is as follow:

but when i connect the pin P1.4. i doesnt show anything on the oscilloscope. but when i remove the BIT4 from the register P1SEL2 like this corresponding line:

it does generate the clock of 1MHz. Based on the configuration ( the first image ), it does refer to SMCLK (sub-main clock) of the msp430. but in this case i would like to configure it to be UCA0CLK. Can someone enlighten me ? did i make some errors in the code ?


Can someone enlighten me what does it mean by "from USCI" in the table above?
The problem is that im trying to configure the SPI Mode for a system (with registers.). my codes is as follow:

but when i connect the pin P1.4. i doesnt show anything on the oscilloscope. but when i remove the BIT4 from the register P1SEL2 like this corresponding line:

it does generate the clock of 1MHz. Based on the configuration ( the first image ), it does refer to SMCLK (sub-main clock) of the msp430. but in this case i would like to configure it to be UCA0CLK. Can someone enlighten me ? did i make some errors in the code ?


