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.