Hello,
I don't understand how to configure the new watchdog feature in embOS 4.34. From the docu:
pfTriggerFunc Function pointer to hardware watchdog trigger callback function.
In the example, it's declared like this:
Why/How should I trigger that "hardware watchdog"? If I have to trigger some watchdog here, /that/ one will reset the μC and pfResetFunc is meaningless...
Or what is meant by "trigger"? Is it to refresh another watchdog? But still, if that watchdog resets the μC, the embOS watchdog is surplus.
Could you help me out of my confusion, please?
I'd need it for an stm32f303...
I don't understand how to configure the new watchdog feature in embOS 4.34. From the docu:
pfTriggerFunc Function pointer to hardware watchdog trigger callback function.
In the example, it's declared like this:
Why/How should I trigger that "hardware watchdog"? If I have to trigger some watchdog here, /that/ one will reset the μC and pfResetFunc is meaningless...
Or what is meant by "trigger"? Is it to refresh another watchdog? But still, if that watchdog resets the μC, the embOS watchdog is surplus.
Could you help me out of my confusion, please?
I'd need it for an stm32f303...