This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430FR6989: MSP430FR6989

Part Number: MSP430FR6989

I have one more fundamental question. As I said earlier I am new to the MSP430 world. I am presently using the MSP430 Workbook and all is going very well. I was able to define all three of the internal clocks, MCLK, SMCLK and ACLK through "myClocks.c" file.

So I go back to my main.c, I do

#define one_second 1000000

Next I then setup my GPIOs, then

_delay_cycles (one_second);

Question, how did the compiler know which clock to use for the "_delay_cycles (one_second)" Does it, or did it default to the ACLK?

I never told the code which clock to use????

Thanks for the help.

**Attention** This is a public forum