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.
Hello!
I got a question regarding the WDT+. I am using the Watchdog in Watchdog mode and I was trying to figure out how much time I have before it regenerates a PUC. The Counter Register is 16 Bit so it needs 65536 Clock ticks to Overflow.
As I read after a PUC the Watchdog is sourced from the DCO with 1.1MHz . If I don't change any of the settings it is supposed to be sourced by the SMCLK which gets sourced by the DCO if it isn't changed so I guess it keeps using the DCO if I change nothing in WDT or SMCLK Settings?
If the Controller starts normally is it just the same like after a PUC or is there a difference?
I've been reading the Users Guide but didn't find satisfying answers.
Hi Bjoern,
Bjoern Femerling said:As I read after a PUC the Watchdog is sourced from the DCO with 1.1MHz . If I don't change any of the settings it is supposed to be sourced by the SMCLK which gets sourced by the DCO if it isn't changed so I guess it keeps using the DCO if I change nothing in WDT or SMCLK Settings?
Correct, for the MSP430FR233 the WDT's default source is SMCLK and the default SMCLK source is the DCO. So if you change none of the SMCLK or WDT source settings the WDT will be source from a 1.1MHz DCO as you've described.
Bjoern Femerling said:If the Controller starts normally is it just the same like after a PUC or is there a difference?
When you say the microcontroller starts normally, I'm assuming you mean that it is started by applying VCC. In this case the device undergoes a POR then a PUC and then enters Active Mode. You can see a diagram of device startup states in Figure 2-9 of the User's Guide.
Finally, I recommend you take a look at some of the WDT examples in MSP430Ware. More specifically the msp430x24x_wdt_01.c example that can be found here. These show how to setup the WDT for an interval and the calculations that went into it. Let me know if you have any more questions.
Best regards,
Caleb Overbay
**Attention** This is a public forum