Hi, > I am new in mspgcc, can someone please tell me how can I put > microcontroller > into LPM1 mode. Does following code works?
LPM1 does not make much sense. In most cases you do need LPM3. In the code examples from TI i only found LPM3 and in the examples from mspgcc LPM3 and LPM4. I think i've seen some code with LPM1 and LPM2 on a conferece from TI. LPM1 and LPM2 should work if you replace the string "LPM3" by "LPM1" or rather "LPM2" in the examples. Regards, Rolf
