Other Parts Discussed in Thread: MSP430G2553, MSP-EXP430G2ET
Tool/software:
Q1: I have a MSP-EXP-430G2ET Development Kit. I can find NOTHING in the docs or on the board that tell me what the "Part Number" is, but this is required to ask a question here. I GUESSED the Part Number for this Question! What is the "Part Number" - or Where can I find the "Part Number"???
Q2: I have got a sample code working, but I am struggling to understand what is going on in the code, and what I need to change to make the "sleep time" longer. The code is: /home/guest/ide/default/msp430g2xx3_lpm3_vlo.c/msp430g2xx3_lpm3_vlo.c
I would like to change the "sleep time" to a longer value - let's say twice as long. I can only guess that the code that must be changed is the line '__bis_SR_register(LPM3_bits + GIE);', but cannot even guess at what value to change it to. Can someone show me how this is done?