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.
Hi,
I am using MSP430F5325 for my project. I have few queries.
1. Does internal RTC runs on DVCC or AVCC.
2. Apart from manual reset on reset pin/watchdog reset,Is there a Software reset command to reset the controller.
3. While RTC is running ,on provide software Reset command will the RTC current value ill be retained and continue to tic or lost.
4.If my controller is in LPM03 and the voltage drops below 2.2V(Below Wake up voltage) will the RTC module run?
Looking forward for reply
Best regards,
Sunil H S
Hi,
1. The RTC will operate from the DVCC voltage
2. The family user guide for the MSP430F5xx and MSP430F6xx has section 1.2 System Initialisation and reset, that mentions it is possible to activate a software POR. You will need to do a bit more research to determine exactly how to do this. Alternatively it should be possible to directly jump to the RESET vector code to do a "sofware only" reset that does not change the hardware registers.
3. Generally the RTC will be stopped with any form of Reset BOR, POR or PUC. If you try to use a jump to the reset vector, you may be able to keep the RTC running, but you will need some careful handling of the initialisation code.
4. If it is set up correctly both the uP and the RTC should operate down to 1.8V
**Attention** This is a public forum