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.

F035 Flash API Feed_Watchdog_V() timing

The F035 Flash API document SPNU493a states that Feed_Watchdog_V() is called at least every 200us.

However, in cases where this function has to be overridden by a custom function which pets an external watchdog, it would be critical to understand

the timing more precisely.   Reason:  The external watchdog may be a 'windowed' watchdog where the pet must occur within a specific min/max time

period.    Need more precise information on the timing between calls to Feed_Watchdog_V() or an alternate way to deal with a windowed watchdog.