Hi,
I would like to execute a task once every few hours. However, if I am not mistaken, the uint width of the parameters for Task_sleep and the Clock library do not allow for such long periods of time.
((2^31 * Clock_tickPeriod) / 1000000 / 3600 = 5.9 hours), meaning that that is the limit?
What is the usual way to tackle this?