Tool/software: Code Composer Studio
Hi, I don't want the brownout to cause a reset and the only way i found in the datasheet is clearing PBORCTL bits BOR0 and BOR1 to cause an interrupt instead of a reset.
I tried with HWREG(SYSCTL_PBORCTL_R) &= ~0x00000006; and SysCtlVoltageEventConfig(SYSCTL_VEVENT_VDDBO_NONE); but the register value is not changing