Hi TI team,
I am currently implementing a custom watchdog driver using the AM263X SDK version 8.01.00.44 as an example reference. Specifically, I am referring to the following files:
C:\ti\mcu_plus_sdk_am263x_08_01_00_44\source\drivers\watchdog\v0\watchdog_rti.c
C:\ti\mcu_plus_sdk_am263x_08_01_00_44\source\drivers\watchdog\v1\watchdog_rti.c
In the v1 version of the driver, ClockP_usleep(25) calls are added in the Watchdog_open() function. Version v0 does not have it. I have bench tested with and without the sleep call and both seem to be working fine. I also checked the SDK release notes and don't see any information regarding this change. I would like to know why the sleep delays are added in v1 and what they are for?
Thanks,
Rick