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.

SVSCTL definition for msp430f2350 not found

Other Parts Discussed in Thread: MSP430F2350

I want to use SVS functionality with the MSP430F250. But I was surprised that I did not found a definition for the register SVSCTL. I looked for other registers used in the program and they are declared with a macro, which is:

#define SFR_8BIT(address)   extern volatile unsigned char address

I do not know how to specify the address if I declare SFR_8BIT(SVSCTL);

I want a Voltage level detect of 2.3V with PORON reset, so the code was supposed to be:
SVSCTL = 0x48;

How do I solve this? Is the control register for SVS called different?

**Attention** This is a public forum