Hardware Abstraction Layer (HAL)
WDT (Watchdog Timer)

The PSoC 6 WDT is only capable of supporting certain timeout ranges below its maximum timeout of 6000ms.

As a result, any unsupported timeouts given to the HAL WDT are rounded up to the nearest supported value. The following table describes the unsupported ranges and the timeout values they are rounded to.

Range (ms)Rounded Timeout (ms)
3001 - 4000 4001
1500 - 2000 2001
750 - 1000 1001
375 - 500 501
188 - 250 251
94 - 125 126
47 - 62 63
24 - 31 32
12 - 15 16
6 - 7 8
3 4