parent
99dadfa80f
commit
e0e0384cc1
@ -1,3 +1,3 @@ |
||||
The 'lowpower' version needs an external 32768kHz crystal between P2.6 and P2.7 (pins 19 and 18 on MSP430G2553) - because the delays in this one are done with low power sleep, and waking up needs a timer, which needs this external source. |
||||
The 'lowpower' version needs an external 32768Hz crystal between P2.6 and P2.7 (pins 19 and 18 on MSP430G2553) - because the delays in this one are done with low power sleep, and waking up needs a timer, which needs this external source. |
||||
|
||||
The 'xt1' versions also need an external 32768kHz crystal on the correct pins; this time with loading caps as well. |
||||
The 'xt1' versions also need an external 32768Hz crystal on the correct pins; this time with loading caps as well. |
||||
|
@ -1,12 +1,12 @@ |
||||
## Power consumption |
||||
|
||||
Without external crystal, i.e. ACLK and FLL clocked from the internal REFOCLK |
||||
(32768kHz), the lowest I could get was 17uA. The only way to go to 1-2uA range |
||||
(32.768kHz), the lowest I could get was 17uA. The only way to go to 1-2uA range |
||||
was lpm4 with all clocks off (and then of course it doesn't wake up by a |
||||
timer). (I found it in the datasheet eventually, REFO on this chip takes |
||||
15-16uA. This seems to be pretty much the same across the whole FR range, |
||||
with the exception of the newer and bigger ones (e.g. FR2476) - some of them |
||||
have 'low power' setting for REFO, and in some REFO eats only 1uA.) |
||||
|
||||
2019-07-24: Finally made it work with the external 32768kHz crystal; there are |
||||
2019-07-24: Finally made it work with the external 32.768kHz crystal; there are |
||||
some comments (and a lot of rubbish) in `test-pwr.fs`. |
||||
|
Loading…
Reference in new issue