Other Parts Discussed in Thread: MSP430WARE
I’m looking over the data sheet for the MSP430G2x32 and have some questions pertaining to the clocks in both operation and low power modes.
I’m want to configure the part to run on 3.3V without an external crystal.
Using http://www.ti.com/lit/ug/slau144i/slau144i.pdf for reference
According to figure 5-1 on page 279 this configuration will result in ACLK not being sourced. I intend to use the DCOCLK to source MCLK and SMCLK. The MSP430G2x32 does not have Rosc however I assume that the DCO will work when DCOR is set to 0.
Is this a valid configuration?
For low power modes, according to the state diagram in figure 2-9 on page 42, LPM1, LPM2, LPM3, and LPM4 turn off the DCO which in the above configurations results in my proposed system have no clock source. I want to exit LPM as a result of an interrupt caused by an edge on one of the port pins.
Is this possible? I did not see any references in the manual concerning clocks supplied to the input registers. I would think that the interrupt controller would need some type of clock. Is the RESET/NMI pin clocked?
Let me know what you think and I welcome any suggestions.
