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.

MSP430F6736 supplied by a super capacitor

Other Parts Discussed in Thread: MSP430F6736

Hi,

I have a question about the MCU MSP430F6736.

 

MCU’s DVCC is 1.8V min, and BOR level is 1.45V( DVCC_BOR_IT- ) and 1.50V( DVCC_BOR_IT+ ) max.

So I want to know, if the power supply is super capacitor and when DVCC is 1.6V ( >1.5V and <1.8V ).

How about the MCU? Does it works normally?  

How about PMM in this DVCC? Does PMM is still work? And when DVCC drop below SVSH_IT-, does PMM still can reset MCU or shut down the regulator?

 

BTW, the supercap is connected to AUXVCC1 for backup supply when DVCC fail. Does PMM monitor it?

 

For the BOR, how much is the threshold levels of Vcore?

Thanks and best regards,

KH

  • The BOR is for handling a power on/ power off situation, not for detecting a slowly dying battery.

    For supervising the supply voltage during normal operation, there is the SVS module, which allows finer detection steps and can be adjusted to the actual operating mode (the mentioned 1.8V are only good for <8MHz operation).

    The SVS provides checking the low-side voltage (Vcore) for the CPU, as well as the high-side voltage (VCC) for both, CPU and peripherals. And can out the MSP into reset if one for these voltages goes below the programmed threshold. Also, there are additional monitors (SVM) which can trigger an interrupt if a threshold is reached (usually a higher one, so your software can act while the supply is still sufficient but not longer at nominal level.

    So when the supply falls below the BOR threshold, the SVS should already have acted long before. Also, it is ensured that the SVS will operate (== holding the MSP in reset) until VCC drops below the BOR threshold.

    For using the AUX module, the SVM is used. It measures VDSYS, which is the currently active input. So originally, it checks VCC, but once AUX has switched to AUXVCC1 (or 2), it will check AUXVCC1 (or 2).

    So SVMH is giving the AUX module a signal if VDSYS is not sufficient. What happens then depends on the AUX configuration. The AUX module has its own monitoring unit which determines whether the voltage son AUXVCCx (and DVCC) are sufficient or not. When a trigger comes from SVMH, the next available AUXVCCx is selected. However, if DVCC rises again, the AUX module will immediately switch back to DVCC.

    Note that any BOR event will set the LOCKAUX bit, blocking access to the AUX module registers until cleared.

    More details are found in both, the PMM and the AUX chapter of the users guide.

**Attention** This is a public forum