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.

Microcontroller with dual clock control

Other Parts Discussed in Thread: TM4C123GH6PM

Hello,

To my knowledge, the MSP430 microcontroller has a digitally controlled oscillator as well as a crystal oscillator. I am looking to build an application that utilizes both oscillators simultaneously and get the timestamp from each clock. Is an MSP430-based launchpad good enough for this task?

I currently have a Tiva C series tm4C123gxl, which has a TM4C123GH6PM MCU which appears incapable of dealing with dual clocks.

Thanks in advance,

  • Typically, ACLK can be sourced from the low-frequency crystal oscillator, and MCLK from the DCO; many families can have more flexible configurations.

    Have a look at the block diagram of the clock module in the User's Guide of whatever MSP430 family you're actually using.
  • Ala Shaabana said:
    To my knowledge, the MSP430 microcontroller has a digitally controlled oscillator as well as a crystal oscillator. I am looking to build an application that utilizes both oscillators simultaneously and get the timestamp from each clock. Is an MSP430-based launchpad good enough for this task?

    Indeed. msp430g2xx3_dco_flashcal.c of source code examples does exactly that. And little bit more.

**Attention** This is a public forum