This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430F6779A: AUXxSW not operation

Part Number: MSP430F6779A
Other Parts Discussed in Thread: MSPWARE, MSP430WARE

Hi,

In my program, I used register AUXCTL0 bit AUX0SW for detect DVCC return.

Example.

if ((AUXCTL0_L & AUX0SW_L) != 0) // MCU use AUXVCC0 (DVCC)?
{
      // Call another program
}

But sometimes I found register AUXCTL0 bit AUX2SW, AUX1SW and AUX0SW set to zero (rare case).

AUXCTL0 = 0x9600

I found bit AUX2SW, AUX1SW and AUX0SW set to zero after clear bit LOCKAUX to zero in my initial program.

AUXCTL0_L &= ~LOCKAUX_L;

Question.

1) Is case this Errata?

2) I not found example about bit AUX2SW, AUX1SW and AUX0SW in mspware (MSP430Ware_3_80_14_01). Why this bit (AUXxSW) not have example.

**Attention** This is a public forum