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.

CCS/MSP430FR2433: ACLK Source Select VLO

Part Number: MSP430FR2433
Other Parts Discussed in Thread: ENERGIA

Tool/software: Code Composer Studio

Hi,

In both Energia and Driverlib, ACLK can be sourced via:


#define SELA__XT1CLK (0x0000) /* ACLK Source Select XT1CLK */
#define SELA__REFOCLK (0x0100) /* ACLK Source Select REFOCLK */

If I want to use <15ua without an external crystal, I believe I need to use VLO for ACLK for timer based interrupts.

I'm unsure if there is a missing #define, or if I am misunderstanding how to use VLO.

Thanks :)

**Attention** This is a public forum