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 :)