
ConfusedCoder
-
Content Count
9 -
Joined
-
Last visited
Reputation Activity
-
ConfusedCoder reacted to dubnet in MSP430F5529 LPM Questions
it would appear to be so. If you have the 5529 Launchpad it would easy to confirm.
-
ConfusedCoder reacted to terjeio in MSP430F5529 LPM Questions
I have ported code from that application note to C, one version is available on github if of interest.
I2C-interface-for-4x4-keyboard
Terje
-
ConfusedCoder reacted to dubnet in MSP430F5529 LPM Questions
You would need to take a look at the documentation for the F5529 to verify that it can be awakened with a GPIO interrupt. In a very deep sleep, IIRC, the list of available interrupt sources gets shorter. So if LPM4.5 supports a GPIO transition as a wakeup source you should be good to go.