Hi, I am getting conflicting information on TI’s user guide and the examples provided for the RTC. The example shows no majority sampling: while (1) { __bis_SR_register(LPM3_bits + GIE); // Enter LPM3 w/ interrupt __no_operation(); // Required for…
Hello,
If the v1 and v3 RTCNT12 reads are different, you may want to read RTCNT12 a third time before reading RTCNT34 in your else() statement. There may be a chance that the v1 RTCNT12 read captures the before value and the v3 RTCNT12 read captures the value…
Other Parts Discussed in Thread: MSP430F47166 Hi,
I imported a project from CCSv4 and it seems the new CCSv5 compiler version are optimizing functions which are critical for my application.
I tried to modify the optimization parameter from empty to 0…
Other Parts Discussed in Thread: MSP430F47166 I am using the MSP430F47166 with LCD_A module driving a 4-mux LCD and would like to control the contrast via software with the VLCDx bits. The project was initially designed with a resistor ladder of 680 kOhm…
Other Parts Discussed in Thread: MSP430F147 , MSP430F247 , MSP430F47166 I have a 32.768kHz crystal that specs a maximum 1uW drive level, and am trying to find the LFXT1 drive level of the MSP430F147, MSP430F247, and MSP430F47166 to make sure I am not overdriving…
Other Parts Discussed in Thread: MSP430F47166 , MSP430F2013 The MSP430F47166 has the following datasheet specifications:
AVCC is 2.5V - 3.6V, referred to AVSS = DVSS = 0V
With VREF = 1.2V and the PGA set to gain=1, the full-scale differential input…
Other Parts Discussed in Thread: MSP430F47166 , MSP430F2232 Hi,
I am programming a custom bootloader for my application. From now I have split my memory into two sections, one for the boot and the other one for the user program. After a reset, the bootloader…
Aravind, The two microcontroller products that are included in the launchpad are these: * MSP430G2211IN14 – 2kB Flash, 128B RAM, 10 GPIO, 1x 16-bit timer, WDT, BOR, Comparator A+ * MSP430G2231IN14 – 2kB Flash, 128B RAM, 10 GPIO, 1x 16-bit timer,…