Other Parts Discussed in Thread: MSP430F149
hello,
i am working with the MSP430F149, and i want to measure the MCLK.
in the Data sheet i see on Pin 48 : P5.4/MCLK.
i thought, i configure the Pin as Output, and select the peripheral module for the Pin with :
P5DIR = BIT4;
P5SEL = BIT4;
while(1);
and then conncet the Pin to the oscilloscope....
is this correct or should i consider sth else ? because i saw nothing on the scope.
Thanks