Hi!
I'm using a MSP430AFE221 calculating heart rate and writing it to a LCD display. All in all the whole circuitry is a low power application, so no external crystal (XT2) is used. To communicate with the LCD i am using the built-in SPI interface. I was wondering if there is a chance to use the internal clock such as MCLK and SMCLK for the SPI.
Setting U0TCTL |= SSEL1 usually should get me SMCLK for further usage, right?
The problem i am having is that no test signals (i.e. some message like "TEST") i would like to send to the LCD is given out on SIMO pin (P1.5).
Do you have any idea how to use the internal clock for SPI communication instead of an external crystal?
Best regards and thank you very much in advance
-Johannes