Forum: Mikrocontroller und Digitale Elektronik MSP430FR2xxx: SVS abschalten


von Sven Scholz (Gast)


Lesenswert?

Im LPM3.5 benötige ich den SVS nicht...

Weiß jemand wie ich diese Funktionalität abschalte?

Aus dem Datenblatt:
The high-side supervisor (SVSH) oversees DV CC . It is active in all 
power modes by default. In LPM3,
LPM4, LPM3.5, and LPM4.5, it can be disabled by setting SVSHE = 0.

Ich habe einfach mal in meinem main() folgendes versucht:
1
// disabling the SVS (Supply Voltage Supervisor) by setting SVSHE = 0
2
// Open PMM registers for write access
3
PMMCTL0_H = PMMPW_H;
4
5
PMMCTL0 &= ~SVSHE;
6
// Lock PMM registers for write access
7
PMMCTL0_H = 0x00;

Hat nicht funktioniert.

Bitte melde dich an um einen Beitrag zu schreiben. Anmeldung ist kostenlos und dauert nur eine Minute.
Bestehender Account
Schon ein Account bei Google/GoogleMail? Keine Anmeldung erforderlich!
Mit Google-Account einloggen
Noch kein Account? Hier anmelden.